bozo-make-logging-more-readable-20011120

add missing newlines
This commit is contained in:
Garry Zacheiss 2001-11-21 15:36:43 +00:00 committed by Derrick Brashear
parent 8b5438790d
commit 74432508a7

View 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 {