X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver.c;h=f5e6b7fcffb001cc904539011cb935ff6cf5f77f;hb=9cd5f7467e54d23598d72f891acd5050b509ce48;hp=3126c396bc38d07897fac43d42eb5fe1932c9876;hpb=14edb231add4bd112e284ddf650cb6eb655e46a1;p=silc.git diff --git a/apps/silcd/server.c b/apps/silcd/server.c index 3126c396..f5e6b7fc 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -3824,8 +3824,9 @@ SilcChannelEntry silc_server_save_channel_key(SilcServer server, if (!channel) { channel = silc_idlist_find_channel_by_id(server->global_list, id, NULL); if (!channel) { - SILC_LOG_ERROR(("Received key for non-existent channel %s", - silc_id_render(id, SILC_ID_CHANNEL))); + if (server->server_type == SILC_ROUTER) + SILC_LOG_ERROR(("Received key for non-existent channel %s", + silc_id_render(id, SILC_ID_CHANNEL))); goto out; } }