]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/sighandlers.c
Output connection status when dumping the internal server state
[ngircd.git] / src / ngircd / sighandlers.c
index cb12a84ddeee42dee71d88d9961a205ff44e7ca2..57bf80f58de384fda219f8167026282cc3cfa5d5 100644 (file)
@@ -46,6 +46,7 @@ Dump_State(void)
            Client_ID(Client_ThisServer()));
        Log(LOG_DEBUG, "time()=%ld", time(NULL));
        Conf_DebugDump();
+       Conn_DebugDump();
        Client_DebugDump();
        Log(LOG_DEBUG, "--- End of state dump ---");
 } /* Dump_State */