Skip to content

Commit b086d58

Browse files
authored
Change log of import function to be consistent (bytecodealliance#3656)
1 parent 058bc47 commit b086d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/common/wasm_native.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ wasm_native_resolve_symbol(const char *module_name, const char *field_name,
230230
#if WASM_ENABLE_WAMR_COMPILER == 0
231231
/* Output warning except running aot compiler */
232232
LOG_WARNING("failed to check signature '%s' and resolve "
233-
"pointer params for import function (%s %s)\n",
233+
"pointer params for import function (%s, %s)\n",
234234
signature, module_name, field_name);
235235
#endif
236236
return NULL;

0 commit comments

Comments
 (0)