[commit: ghc] master: Add a forgotten newline in a debug print (a1fcdf3)

git at git.haskell.org git at git.haskell.org
Tue Apr 10 08:41:19 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a1fcdf381c4c1fa5856a3519228c3bde9de04ae8/ghc

>---------------------------------------------------------------

commit a1fcdf381c4c1fa5856a3519228c3bde9de04ae8
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Tue Apr 10 11:40:59 2018 +0300

    Add a forgotten newline in a debug print
    
    [skip ci]


>---------------------------------------------------------------

a1fcdf381c4c1fa5856a3519228c3bde9de04ae8
 rts/Printer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/Printer.c b/rts/Printer.c
index 1c9634d..702e490 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -395,7 +395,7 @@ printClosure( const StgClosure *obj )
       break;
 
     case STACK:
-      debugBelch("STACK");
+      debugBelch("STACK\n");
       break;
 
 #if 0



More information about the ghc-commits mailing list