From: Pekka Riikonen Date: Sat, 21 Jul 2001 16:58:34 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~52 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=667d0ec2d402a63ddb3fdb275fd1846ebd0ade9c updates. --- 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. */