From 5d9b080d83e61e625df8501a96a5cac5c4680483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 20 Jun 2015 19:57:56 +0200 Subject: [PATCH] kike: get rid of "Reason omitted" It was rather distracting and confusing. --- kike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kike.c b/kike.c index 637eb2c..9c85940 100644 --- a/kike.c +++ b/kike.c @@ -921,7 +921,7 @@ client_kill (struct client *c, const char *reason) client_cancel_timers (c); print_debug ("closed connection to %s (%s)", - c->address, reason ? reason : "Reason omitted"); + c->address, reason ? reason : ""); c->socket_fd = -1; client_free (c);