From: Pekka Riikonen Date: Thu, 16 Jan 2003 14:06:04 +0000 (+0000) Subject: Fixed error log printing X-Git-Tag: silc.client.0.9.11.1~3 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=650c16e51756fd8baf4c693b4c11fb4f0c8aa40b;p=silc.git Fixed error log printing --- diff --git a/apps/silcd/server.c b/apps/silcd/server.c index c3359196..7b216c20 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -5062,8 +5062,8 @@ SILC_TASK_CALLBACK_GLOBAL(silc_server_rekey_final) if (protocol->state == SILC_PROTOCOL_STATE_ERROR || protocol->state == SILC_PROTOCOL_STATE_FAILURE) { /* Error occured during protocol */ - SILC_LOG_ERROR(("Error occurred during rekey protocol with - %s (%s)", sock->hostname, sock->ip)); + SILC_LOG_ERROR(("Error occurred during rekey protocol with " + "%s (%s)", sock->hostname, sock->ip)); silc_protocol_cancel(protocol, server->schedule); silc_protocol_free(protocol); sock->protocol = NULL;