mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Improved utils from pritnln! to debug!
This commit is contained in:
parent
8876ade624
commit
ac51a33d5e
@ -36,7 +36,7 @@ pub unsafe fn copy_terminated_array_of_cstrs(instance: &mut Instance, cstrs: *mu
|
||||
}
|
||||
counter
|
||||
};
|
||||
println!("total_num: {}", total_num);
|
||||
debug!("emscripten::copy_terminated_array_of_cstrs::total_num: {}", total_num);
|
||||
0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user