aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-06-20 19:57:56 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-06-20 19:57:56 +0200
commit5d9b080d83e61e625df8501a96a5cac5c4680483 (patch)
treebd88599474520a6a7a1ae0d660da4f5370f6b010 /kike.c
parenteaecdda614bb6b42bf007ba3019257d191bfdd21 (diff)
downloadxK-5d9b080d83e61e625df8501a96a5cac5c4680483.tar.gz
xK-5d9b080d83e61e625df8501a96a5cac5c4680483.tar.xz
xK-5d9b080d83e61e625df8501a96a5cac5c4680483.zip
kike: get rid of "Reason omitted"
It was rather distracting and confusing.
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c2
1 files changed, 1 insertions, 1 deletions
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);