mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 18:00:41 +01:00
add debugging message showing end of startup
closes https://github.com/rsyslog/rsyslog/issues/1866
This commit is contained in:
parent
7219db5899
commit
12a052c38b
@ -1918,6 +1918,7 @@ main(int argc, char **argv)
|
||||
dbgClassInit();
|
||||
initAll(argc, argv);
|
||||
sd_notify(0, "READY=1");
|
||||
DBGPRINTF("----RSYSLOGD INITIALIZED\n");
|
||||
|
||||
mainloop();
|
||||
deinitAll();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user