From 74432508a7ab28b0f4e66a88bcf4fe7cc323278d Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Wed, 21 Nov 2001 15:36:43 +0000 Subject: [PATCH] bozo-make-logging-more-readable-20011120 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 ff3dba1930..cef731d5b9 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 {