update
authorPekka Riikonen <priikone@silcnet.org>
Fri, 23 Feb 2001 13:46:12 +0000 (13:46 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 23 Feb 2001 13:46:12 +0000 (13:46 +0000)
apps/silcd/server.c

index e68fa380a627ed33a14380ced728046f71e62ca7..71d495f1657402d1e6237c33109703bee9aa7c45 100644 (file)
@@ -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" :