]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/sighandlers.c
Reformat "server state" debug messages a little bit
[ngircd.git] / src / ngircd / sighandlers.c
index 688a8f02dcf1871605ca47442f17b1ab93bbeb66..cb12a84ddeee42dee71d88d9961a205ff44e7ca2 100644 (file)
@@ -42,7 +42,8 @@ static int signalpipe[2];
 static void
 Dump_State(void)
 {
-       Log(LOG_DEBUG, "--- Internal server state: ---");
+       Log(LOG_DEBUG, "--- Internal server state: %s ---",
+           Client_ID(Client_ThisServer()));
        Log(LOG_DEBUG, "time()=%ld", time(NULL));
        Conf_DebugDump();
        Client_DebugDump();