kike: get rid of "Reason omitted"
It was rather distracting and confusing.
This commit is contained in:
parent
eaecdda614
commit
5d9b080d83
2
kike.c
2
kike.c
|
@ -921,7 +921,7 @@ client_kill (struct client *c, const char *reason)
|
||||||
client_cancel_timers (c);
|
client_cancel_timers (c);
|
||||||
|
|
||||||
print_debug ("closed connection to %s (%s)",
|
print_debug ("closed connection to %s (%s)",
|
||||||
c->address, reason ? reason : "Reason omitted");
|
c->address, reason ? reason : "");
|
||||||
|
|
||||||
c->socket_fd = -1;
|
c->socket_fd = -1;
|
||||||
client_free (c);
|
client_free (c);
|
||||||
|
|
Loading…
Reference in New Issue