]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Put libratbox version on startup in a nicer place.
authorJilles Tjoelker <redacted>
Mon, 22 Dec 2008 20:50:21 +0000 (21:50 +0100)
committerJilles Tjoelker <redacted>
Mon, 22 Dec 2008 20:50:21 +0000 (21:50 +0100)
src/ircd.c

index 8adc8ccc2d3dcb51ac6904bf329bce161bcbf00d..6a8a3d4c1bac63861a7c6eae9e5854ab870f3f79 100644 (file)
@@ -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 */