Skip to content

Commit fed9ef3

Browse files
committed
odb: fix message id conflict
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent fc6f504 commit fed9ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/src/db/dbModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ void _dbModule::copyModuleInsts(dbModule* old_module,
824824
old_inst->getMaster()->getName());
825825
} else {
826826
logger->error(utl::ODB,
827-
12,
827+
13,
828828
"Module instance '{}' with master '{}' cannot be created",
829829
new_inst_name,
830830
old_inst->getMaster()->getName());

0 commit comments

Comments
 (0)