This commit is contained in:
Wolfgang Hottgenroth 2021-02-11 12:30:46 +01:00
parent 8479e4d11b
commit 9a52622cfd
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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