sink adjusted

This commit is contained in:
2021-02-15 12:36:43 +01:00
parent a05cf136d0
commit d1aeaae64b

View File

@ -47,7 +47,7 @@ void logmsg(int prio, const char* format, ...) {
} }
openlog("counter", 0, facility); openlog("counter", 0, facility);
syslog(prio, buf); syslog(prio, "%s", buf);
closelog(); closelog();
} }