mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Use debug instead of println for emscripten mocks
This commit is contained in:
parent
9f511f3994
commit
7a2920f75b
@ -58,7 +58,7 @@ pub fn emscripten_set_up_memory(memory: &mut LinearMemory) {
|
||||
macro_rules! mock_external {
|
||||
($import:ident, $name:ident) => {{
|
||||
fn _mocked_fn() {
|
||||
println!("emscripten::{} <mock>", stringify!($name));
|
||||
debug!("emscripten::{} <mock>", stringify!($name));
|
||||
// return 0
|
||||
}
|
||||
$import.set(
|
||||
|
Loading…
x
Reference in New Issue
Block a user