add debugging message showing end of startup

closes https://github.com/rsyslog/rsyslog/issues/1866
This commit is contained in:
Jan Gerhards 2017-10-20 17:54:43 +02:00
parent 7219db5899
commit 12a052c38b

View File

@ -1918,6 +1918,7 @@ main(int argc, char **argv)
dbgClassInit();
initAll(argc, argv);
sd_notify(0, "READY=1");
DBGPRINTF("----RSYSLOGD INITIALIZED\n");
mainloop();
deinitAll();