updates.
[crypto.git] / lib / silcclient / client.c
index ae7f31566bcdf0e54fe843a7f678fdd0bb8b6949..b1099389aad451abc0a181d53476476256349c72 100644 (file)
@@ -372,6 +372,8 @@ static void silc_client_start_key_exchange_cb(SilcSocketConnection sock,
   SilcProtocol protocol;
   SilcClientKEInternalContext *proto_ctx;
 
+  SILC_LOG_DEBUG(("Start"));
+
   if (!conn->sock->hostname)
     conn->sock->hostname = strdup(conn->remote_host);
   if (!conn->sock->ip)