do not log to syslog

Signed-off-by: John Crispin <[email protected]>
This commit is contained in:
John Crispin
2021-02-02 11:37:51 +01:00
parent 0b7eb2f146
commit 8b3fada390
+1 -1
View File
@@ -15,7 +15,7 @@
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
ulog_open(ULOG_STDIO | ULOG_SYSLOG, LOG_DAEMON, "udevmand"); ulog_open(ULOG_STDIO, LOG_DAEMON, "udevmand");
uloop_init(); uloop_init();
ubus_init(); ubus_init();