diff options
-rw-r--r-- | blabouncer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blabouncer.c b/blabouncer.c index 04a87ba..baf27c6 100644 --- a/blabouncer.c +++ b/blabouncer.c @@ -741,7 +741,7 @@ void dochat(int *serversockfd, int *clientsockfd, struct settings *settings) { // connection closed debugprint(DEBUG_SOME, "bouncer-client: socket %d hung up\n", i); } else { - debugprint(DEBUG_CRIT, "dochat(): client sockread() error (%s) (%s).\n", clientnumbytes, strerror(errno)); + debugprint(DEBUG_CRIT, "dochat(): client sockread() error fd '%d'.\n", i); } // Disconnect the client disconnectclient(i, clients, &ircdstate, settings); |