Added require_reverse_mapping for ServerParams.
[crypto.git] / apps / silcd / protocol.c
index fbe1f566d0a15b8a24baea01817dfb488cc05e92..b7744da8ca64239c97e28793b0f325a850155f80 100644 (file)
@@ -514,9 +514,8 @@ SILC_TASK_CALLBACK(silc_server_protocol_connection_auth)
        unsigned short conn_type;
        unsigned char *auth_data;
 
-       SILC_LOG_INFO(("Performing authentication protocol for %s",
-                      ctx->sock->hostname ? ctx->sock->hostname :
-                      ctx->sock->ip));
+       SILC_LOG_INFO(("Performing authentication protocol for %s (%s)",
+                      ctx->sock->hostname, ctx->sock->ip));
 
        /* Parse the received authentication data packet. The received
           payload is Connection Auth Payload. */