fix
This commit is contained in:
parent
f1f96e4c2f
commit
a10c2ab74f
@ -10,7 +10,7 @@ void logmsg(int prio, const char* format, ...) {
|
|||||||
// openlog("counter", 0, LOG_LOCAL0);
|
// openlog("counter", 0, LOG_LOCAL0);
|
||||||
va_start(vl, format);
|
va_start(vl, format);
|
||||||
//vsyslog(prio, format, vl);
|
//vsyslog(prio, format, vl);
|
||||||
vprintf(prio, format, vl);
|
vprintf(format, vl);
|
||||||
va_end(vl);
|
va_end(vl);
|
||||||
// closelog();
|
// closelog();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user