mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
bosserver-log-improve-readability-20011114
include newlines in boslog output
This commit is contained in:
parent
54f0650052
commit
3f7e327718
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user