small debug output improvements
[ghc-hetmet.git] / rts / sm / GCUtils.c
index b400744..98e6f8a 100644 (file)
@@ -89,7 +89,7 @@ push_todo_block (bdescr *bd, step *stp)
         stp->todos_last = bd;
     }
     stp->n_todos++;
-    trace(TRACE_gc, "step %d, n_todos: %d", stp->abs_no, stp->n_todos);
+    trace(TRACE_gc|DEBUG_gc, "step %d, n_todos: %d", stp->abs_no, stp->n_todos);
     RELEASE_SPIN_LOCK(&stp->sync_todo);
 }