This commit is contained in:
2021-02-11 12:30:46 +01:00
parent 8479e4d11b
commit 9a52622cfd

View File

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