Skip to content

Commit 20d2d5c

Browse files
authored
Merge pull request #10922 from AcKoucher/rcx-fix-message-id
rcx: fix repeated message id
2 parents 32ae71b + f33fa29 commit 20d2d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rcx/src/extmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ void extMain::setBlockFromChip(odb::dbChip* chip)
401401
_block = chip->getBlock();
402402

403403
if (!_block) {
404-
logger_->error(RCX, 14, "Could not get the block from the chip.");
404+
logger_->error(RCX, 18, "Could not get the block from the chip.");
405405
}
406406

407407
_blockId = _block->getId();

0 commit comments

Comments
 (0)