From 5442794ab3d983a8658ed8582783971980a2c104 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 May 2000 11:38:55 +0000 Subject: [PATCH] [project @ 2000-05-15 11:38:55 by simonmar] remove extra \n in debug message --- ghc/rts/Schedule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 68f2210..03cd012 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.70 2000/05/08 15:57:01 simonmar Exp $ + * $Id: Schedule.c,v 1.71 2000/05/15 11:38:55 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1189,7 +1189,7 @@ suspendThread( Capability *cap ) ACQUIRE_LOCK(&sched_mutex); IF_DEBUG(scheduler, - sched_belch("thread %d did a _ccall_gc\n", cap->rCurrentTSO->id)); + sched_belch("thread %d did a _ccall_gc", cap->rCurrentTSO->id)); threadPaused(cap->rCurrentTSO); cap->rCurrentTSO->link = suspended_ccalling_threads; -- 1.7.10.4