From b1153da12436cac3f7b1ab438e86d1b7e0e9bc9e Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Wed, 26 Dec 2001 20:47:02 +0000 Subject: [PATCH] STABLE12-bozo-make-logging-more-readable-20011226 add missing newlines --- src/bozo/bnode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5