mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] remove udevsend syslog noise on udevd startup
This commit is contained in:
parent
8b72687876
commit
e750d24b05
@ -195,10 +195,10 @@ int main(int argc, char *argv[], char *envp[])
|
||||
dbg("try to start udevd daemon");
|
||||
retval = start_daemon();
|
||||
if (retval) {
|
||||
info("error starting daemon");
|
||||
dbg("error starting daemon");
|
||||
goto fallback;
|
||||
}
|
||||
info("udevd daemon started");
|
||||
dbg("udevd daemon started");
|
||||
started_daemon = 1;
|
||||
} else {
|
||||
dbg("retry to connect %d", SEND_WAIT_MAX_SECONDS * SEND_WAIT_LOOP_PER_SECOND - loop);
|
||||
|
Loading…
x
Reference in New Issue
Block a user