X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b0ef251cdaf777c2915e87ffc721594fc1a9bd46..e421505e8c489d127364623d714435e166ae4e56:/src/ircd.c diff --git a/src/ircd.c b/src/ircd.c index 8adc8cc..6a8a3d4 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -157,7 +157,6 @@ print_startup(int pid) inotice("now running in %s mode from %s as pid %d ...", !server_state_foreground ? "background" : "foreground", ConfigFileEntry.dpath, pid); - inotice("%s", rb_lib_version()); /* let the parent process know the initialization was successful * -- jilles */ @@ -628,6 +627,7 @@ main(int argc, char *argv[]) if(!server_state_foreground) make_daemon(); inotice("starting %s ...", ircd_version); + inotice("%s", rb_lib_version()); } /* Init the event subsystem */