From 667d0ec2d402a63ddb3fdb275fd1846ebd0ade9c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 21 Jul 2001 16:58:34 +0000 Subject: [PATCH] updates. --- apps/silcd/server.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/silcd/server.c b/apps/silcd/server.c index 492e6f25..4265845e 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -2098,13 +2098,6 @@ SILC_TASK_CALLBACK(silc_server_close_connection_final) void silc_server_close_connection(SilcServer server, SilcSocketConnection sock) { - SILC_LOG_INFO(("Closing connection %s:%d [%s] (%d)", sock->hostname, - sock->port, - (sock->type == SILC_SOCKET_TYPE_UNKNOWN ? "Unknown" : - sock->type == SILC_SOCKET_TYPE_CLIENT ? "Client" : - sock->type == SILC_SOCKET_TYPE_SERVER ? "Server" : - "Router"), sock->sock)); - /* If sock->user_data is NULL then we'll check for active protocols here since the silc_server_free_sock_user_data has not been called for this connection. */ -- 2.24.0