logging
This commit is contained in:
parent
8479e4d11b
commit
9a52622cfd
@ -43,7 +43,7 @@ void logmsg(int prio, const char* format, ...) {
|
|||||||
va_end(vl);
|
va_end(vl);
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
printf(buf);
|
printf("%s\n", buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
openlog("counter", 0, facility);
|
openlog("counter", 0, facility);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user