From 650c16e51756fd8baf4c693b4c11fb4f0c8aa40b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 16 Jan 2003 14:06:04 +0000 Subject: [PATCH] Fixed error log printing --- apps/silcd/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0