From 9a52622cfdf2933e9fac1c5fd1f70ad9f7311fe3 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 12:30:46 +0100 Subject: [PATCH] logging --- sink/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink/logging.c b/sink/logging.c index c42bbf7..63caa70 100644 --- a/sink/logging.c +++ b/sink/logging.c @@ -43,7 +43,7 @@ void logmsg(int prio, const char* format, ...) { va_end(vl); if (verbose) { - printf(buf); + printf("%s\n", buf); } openlog("counter", 0, facility);