Browse Source

a minor change

Chia-Che Tsai 7 years ago
parent
commit
469906ad14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LibOS/shim/src/bookkeep/shim_signal.c

+ 1 - 1
LibOS/shim/src/bookkeep/shim_signal.c

@@ -248,7 +248,7 @@ internal:
     }
 
     if (context)
-        pal_printf("memory fault at %p (IP = %p)\n", arg, context->IP);
+        debug("memory fault at %p (IP = %p)\n", arg, context->IP);
 
     struct shim_vma * vma = NULL;
     if (!lookup_supervma((void *) arg, 0, &vma)) {