remove accidental extra in previous patch
authorSimon Marlow <simonmar@microsoft.com>
Thu, 16 Mar 2006 16:03:22 +0000 (16:03 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 16 Mar 2006 16:03:22 +0000 (16:03 +0000)
ghc/rts/Schedule.c

index 0ff9bbe..bbc6a8b 100644 (file)
@@ -4498,7 +4498,7 @@ sched_belch(char *s, ...)
     va_list ap;
     va_start(ap,s);
 #ifdef THREADED_RTS
-    debugBelch("sched (task %p, pid %d): ", (void *)(unsigned long)(unsigned int)osThreadId(), getpid());
+    debugBelch("sched (task %p): ", (void *)(unsigned long)(unsigned int)osThreadId());
 #elif defined(PARALLEL_HASKELL)
     debugBelch("== ");
 #else