diff --git a/src/hb-wasm-api.hh b/src/hb-wasm-api.hh index dbca32464..63b9d37c6 100644 --- a/src/hb-wasm-api.hh +++ b/src/hb-wasm-api.hh @@ -60,7 +60,7 @@ static void debugprint (HB_WASM_EXEC_ENV char *the_string) { - printf("%s", the_string); + DEBUG_MSG (WASM, exec_env, "%s", the_string); } }} #endif