From: Garry Zacheiss Date: Wed, 26 Dec 2001 20:47:02 +0000 (+0000) Subject: STABLE12-bozo-make-logging-more-readable-20011226 X-Git-Tag: openafs-stable-1_2_3~63 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b1153da12436cac3f7b1ab438e86d1b7e0e9bc9e;p=packages%2Fo%2Fopenafs.git STABLE12-bozo-make-logging-more-readable-20011226 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 {