]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-bosserver-log-improve-readability-20011226
authorGarry Zacheiss <zacheiss@mit.edu>
Wed, 26 Dec 2001 20:42:20 +0000 (20:42 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:42:20 +0000 (20:42 +0000)
include newlines in boslog output

src/bozo/bnode.c

index 255edb968ad2f0115baac5a9a16e330d33bee1fa..ff3dba1930fde11d9139ec34d02065a6b1ecef41 100644 (file)
@@ -554,11 +554,11 @@ static int bproc() {
                            RememberProcName(tp);
                        }
                        if (tp->coreName)
-                           bozo_Log("%s:%s exited on signal %d%s",
+                           bozo_Log("%s:%s exited on signal %d%s\n",
                                tb->name, tp->coreName, tp->lastSignal,
                                WCOREDUMP(status) ? " (core dumped)" : "");
                        else
-                           bozo_Log("%s exited on signal %d%s",
+                           bozo_Log("%s exited on signal %d%s\n",
                                tb->name, tp->lastSignal,
                                WCOREDUMP(status) ? " (core dumped)" : "");
                        SaveCore(tb, tp);