]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-bozo-make-logging-more-readable-20011226
authorGarry Zacheiss <zacheiss@mit.edu>
Wed, 26 Dec 2001 20:47:02 +0000 (20:47 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:47:02 +0000 (20:47 +0000)
add missing newlines

src/bozo/bnode.c

index ff3dba1930fde11d9139ec34d02065a6b1ecef41..cef731d5b9309fcacf74b7e82b6337fce26cece7 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 {