updates.
[silc.git] / lib / silcclient / client_channel.c
index 9a04d07e4a95784df223697f4739cb49d1cb4a75..2f6811927f07456c14d037580938b67a1c9be236 100644 (file)
@@ -310,7 +310,7 @@ void silc_client_save_channel_key(SilcClientConnection conn,
   memcpy(channel->key, key, tmp_len);
 
   if (!silc_cipher_alloc(cipher, &channel->channel_key)) {
-    conn->client->ops->say(conn->client, conn,
+    conn->client->ops->say(conn->client, conn, SILC_CLIENT_MESSAGE_AUDIT,
                     "Cannot talk to channel: unsupported cipher %s", cipher);
     goto out;
   }