Skip to content

Commit f33fa29

Browse files
committed
rcx: fix repeated message id
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent 32ae71b commit f33fa29

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)