Update module_declaration.rs

This commit is contained in:
Yanting Zhang 2022-11-02 18:12:37 +08:00
parent 907e5ef21b
commit e9ab51b90b
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ impl<'a> ModuleDeclaration {
builder.add_extern(ext_entity.name().clone(), ext_entity.sig().clone());
builder.ins().inst(ext_unit, inputs, outputs);
} else {
error!("module '{}' not found", name);
warn!("module '{}' not found", name);
}
}