From: Garry Zacheiss Date: Wed, 21 Nov 2001 15:36:43 +0000 (+0000) Subject: bozo-make-logging-more-readable-20011120 X-Git-Tag: openafs-devel-1_3_0~114 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=74432508a7ab28b0f4e66a88bcf4fe7cc323278d;p=packages%2Fo%2Fopenafs.git bozo-make-logging-more-readable-20011120 add missing newlines --- diff --git a/src/bozo/bnode.c b/src/bozo/bnode.c index ff3dba193..cef731d5b 100644 --- a/src/bozo/bnode.c +++ b/src/bozo/bnode.c @@ -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 {