bozo-make-logging-more-readable-20011120
authorGarry Zacheiss <zacheiss@mit.edu>
Wed, 21 Nov 2001 15:36:43 +0000 (15:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 21 Nov 2001 15:36:43 +0000 (15:36 +0000)
add missing newlines

src/bozo/bnode.c

index ff3dba1..cef731d 100644 (file)
@@ -534,10 +534,10 @@ static int bproc() {
                            tb->errorSignal = 0;
                        }
                        if (tp->coreName)
-                           bozo_Log("%s:%s exited with code %d",
+                           bozo_Log("%s:%s exited with code %d\n",
                                tb->name, tp->coreName, tp->lastExit);
                        else
-                           bozo_Log("%s exited with code %d",
+                           bozo_Log("%s exited with code %d\n",
                                tb->name, tp->lastExit);
                    }
                    else {