git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
54f0650
)
bosserver-log-improve-readability-20011114
author
Garry Zacheiss
<zacheiss@mit.edu>
Wed, 14 Nov 2001 17:39:30 +0000 (17:39 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 14 Nov 2001 17:39:30 +0000 (17:39 +0000)
include newlines in boslog output
src/bozo/bnode.c
patch
|
blob
|
history
diff --git
a/src/bozo/bnode.c
b/src/bozo/bnode.c
index
255edb9
..
ff3dba1
100644
(file)
--- a/
src/bozo/bnode.c
+++ b/
src/bozo/bnode.c
@@
-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);