updates. silc.client.0.7.6
authorPekka Riikonen <priikone@silcnet.org>
Sun, 3 Feb 2002 20:41:44 +0000 (20:41 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 3 Feb 2002 20:41:44 +0000 (20:41 +0000)
lib/silcclient/client_channel.c

index 8d3431ca0c4adbc490307146bddd011705413868..0ac903df235e6727a05140d795d23ac881e36cf0 100644 (file)
@@ -241,9 +241,7 @@ void silc_client_channel_message(SilcClient client,
        we will use the old key in decryption. If that fails too then we
        cannot do more and will drop the packet. */
     if (!payload) {
-      SILC_LOG_ERROR(("decr failed"));
       if (!channel->old_channel_key) {
-      SILC_LOG_ERROR(("no old key"));
        goto out;
       }
 
@@ -251,7 +249,6 @@ void silc_client_channel_message(SilcClient client,
                                                   channel->old_channel_key,
                                                   channel->old_hmac);
       if (!payload) {
-      SILC_LOG_ERROR(("old decr failed"));
        goto out;
       }
     }