X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsStartup.c;fp=ghc%2Frts%2FRtsStartup.c;h=4e6a68cf22c80b3c22e5a4aad2032c1e3418f4d5;hb=95ca6bff6fc9918203173b442192d9298ef9757a;hp=89fb4a49521e4be38ae57bafd6533b463206176d;hpb=aa07427aca52bcf2d76b8967aa27fe23fc8803bc;p=ghc-hetmet.git diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 89fb4a4..4e6a68c 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.82 2004/08/21 12:48:00 panne Exp $ + * $Id: RtsStartup.c,v 1.83 2004/09/03 15:28:42 simonmar Exp $ * * (c) The GHC Team, 1998-2002 * @@ -143,7 +143,7 @@ hs_init(int *argc, char **argv[]) #if defined(PAR) /* NB: this really must be done after processing the RTS flags */ IF_PAR_DEBUG(verbose, - fprintf(stderr, "==== Synchronising system (%d PEs)\n", nPEs)); + debugBelch("==== Synchronising system (%d PEs)\n", nPEs)); synchroniseSystem(); // calls initParallelSystem etc #endif /* PAR */ @@ -461,7 +461,7 @@ stg_exit(int n) return; exit_started=rtsTrue; - IF_PAR_DEBUG(verbose, fprintf(stderr,"==-- stg_exit %d on [%x]...", n, mytid)); + IF_PAR_DEBUG(verbose, debugBelch("==-- stg_exit %d on [%x]...", n, mytid)); shutdownParallelSystem(n); #endif exit(n);