mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
bozo-make-logging-more-readable-20011120
add missing newlines
This commit is contained in:
parent
8b5438790d
commit
74432508a7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user