]> jfr.im git - solanum.git/blobdiff - ircd/ircd.c
DICTIONARY_FOREACH → RB_DICTIONARY_FOREACH
[solanum.git] / ircd / ircd.c
index 4634f141d4017c8b7057fa34ec6533af5afb169b..6d88a2cc37f1b2733ad93307dbb16ed813578fb6 100644 (file)
@@ -168,7 +168,7 @@ print_startup(int pid)
        if (fd != 1)
                abort();
 #endif
-
+       inotice("runtime path: %s", rb_path_to_self());
        inotice("now running in %s mode from %s as pid %d ...",
               !server_state_foreground ? "background" : "foreground",
                ConfigFileEntry.dpath, pid);