From: sof Date: Mon, 24 Nov 1997 21:07:39 +0000 (+0000) Subject: [project @ 1997-11-24 21:07:39 by sof] X-Git-Tag: Approx_2487_patches~1258 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fe9fb2be322ae63eaa24858a8a581b0eb94ca681;p=ghc-hetmet.git [project @ 1997-11-24 21:07:39 by sof] Add spark count to debug msg --- diff --git a/ghc/runtime/gum/ParInit.lc b/ghc/runtime/gum/ParInit.lc index b961235..4020a766 100644 --- a/ghc/runtime/gum/ParInit.lc +++ b/ghc/runtime/gum/ParInit.lc @@ -107,7 +107,7 @@ I_ n; else WaitForPEOp(PP_FINISH, SysManTask); PEShutDown(); - fprintf(stderr,"PE %lx shutting down, %ld Threads run, %ld Sparks Ignored\n", (W_) mytid, threadId, sparksIgnored); + fprintf(stderr,"PE %lx shutting down, %ld Threads run, %ld Sparks created, %ld Sparks ignored\n", (W_) mytid, threadId, sparksCreated, sparksIgnored); /* HWL */ /* And actually terminate -- always with code 0 */ longjmp(exit_parallel_system, 1);