[wasm][debugger] Fix typo and silence output (#35041)
authormonojenkins <jo.shields+jenkins@xamarin.com>
Thu, 16 Apr 2020 15:53:08 +0000 (11:53 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2020 15:53:08 +0000 (17:53 +0200)
Co-authored-by: lewing <lewing@users.noreply.github.com>
src/mono/mono/mini/mini-wasm-debugger.c

index 7dc7cf6..c678ea0 100644 (file)
@@ -525,7 +525,7 @@ mono_wasm_breakpoint_hit (void)
 EMSCRIPTEN_KEEPALIVE int
 mono_wasm_current_bp_id (void)
 {
-       DEBUG_PRINTF (1, "COMPUTING breapoint ID\n");
+       DEBUG_PRINTF (2, "COMPUTING breakpoint ID\n");
        //FIXME handle compiled case
 
        /* Interpreter */