mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-12 20:18:42 +01:00
HACK: use kmsg instead of syslog for bbfdm
This commit is contained in:
parent
7ec016757c
commit
f34a02ea4b
1 changed files with 11 additions and 0 deletions
11
bbfdm/patches/0001-syslog-deletus.patch
Normal file
11
bbfdm/patches/0001-syslog-deletus.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/utilities/src/ubus/bbf_config.c
|
||||
+++ b/utilities/src/ubus/bbf_config.c
|
||||
@@ -1092,7 +1092,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
- ulog_open(ULOG_SYSLOG, LOG_DAEMON, "bbf.config");
|
||||
+ ulog_open(ULOG_KMSG, LOG_DAEMON, "bbf.config");
|
||||
ulog_threshold(LOG_ERR + log_level);
|
||||
|
||||
uctx = ubus_connect(NULL);
|
||||
Loading…
Add table
Reference in a new issue