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);