Print initialisation notice before forking
This commit is contained in:
parent
c1fc044c35
commit
0942c1fc26
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue