mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
Change log of import function to be consistent (#3656)
This commit is contained in:
parent
058bc47102
commit
b086d5820a
|
@ -230,7 +230,7 @@ wasm_native_resolve_symbol(const char *module_name, const char *field_name,
|
|||
#if WASM_ENABLE_WAMR_COMPILER == 0
|
||||
/* Output warning except running aot compiler */
|
||||
LOG_WARNING("failed to check signature '%s' and resolve "
|
||||
"pointer params for import function (%s %s)\n",
|
||||
"pointer params for import function (%s, %s)\n",
|
||||
signature, module_name, field_name);
|
||||
#endif
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue
Block a user