From 4b06d1720516897daffa13360702b087fc875069 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 23 Feb 2001 13:46:12 +0000 Subject: [PATCH] update --- apps/silcd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/silcd/server.c b/apps/silcd/server.c index e68fa380..71d495f1 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -1792,7 +1792,7 @@ void silc_server_disconnect_remote(SilcServer server, SILC_LOG_DEBUG(("Disconnecting remote host")); - SILC_LOG_INFO(("Disconnecting %s:%d (%s) [%s]", sock->hostname, + SILC_LOG_INFO(("Disconnecting %s:%d [%s]", sock->hostname, sock->port, (sock->type == SILC_SOCKET_TYPE_UNKNOWN ? "Unknown" : sock->type == SILC_SOCKET_TYPE_CLIENT ? "Client" : -- 2.24.0