Print initialisation notice before forking

This commit is contained in:
Aaron Jones 2016-08-24 16:44:04 +00:00
parent c1fc044c35
commit 0942c1fc26
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -725,13 +725,13 @@ charybdis_main(int argc, char * const argv[])
{ {
check_pidfile(pidFileName); check_pidfile(pidFileName);
inotice("starting %s ...", ircd_version);
inotice("%s", rb_lib_version());
#ifndef _WIN32 #ifndef _WIN32
if(!server_state_foreground) if(!server_state_foreground)
make_daemon(); make_daemon();
#endif #endif
inotice("starting %s ...", ircd_version);
inotice("%s", rb_lib_version());
} }
/* Init the event subsystem */ /* Init the event subsystem */