debug message tweaks
[ghc-hetmet.git] / rts / Sparks.c
index 5ea296d..49f319c 100644 (file)
@@ -214,7 +214,7 @@ updateSparkQueue (Capability *cap)
                n, pruned_sparks);
     
     debugTrace(DEBUG_sched,
-               "new spark queue len=%d; (hd=%p; tl=%p)\n",
+               "new spark queue len=%d; (hd=%p; tl=%p)",
                sparkPoolSize(pool), pool->hd, pool->tl);
 }