X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.c;h=18c4011d78832fd33513f9b97a0c66556ccaba15;hb=6598e3df6635ec0e44caec364bc4f3bd58d2728f;hp=ed048624a40663f49f5c771971ebdbe7c821e24c;hpb=6b6b1b00eeea0a5a9faac129cba3f3a4e46fec16;p=silc.git diff --git a/apps/silcd/packet_send.c b/apps/silcd/packet_send.c index ed048624..18c4011d 100644 --- a/apps/silcd/packet_send.c +++ b/apps/silcd/packet_send.c @@ -745,11 +745,11 @@ void silc_server_packet_relay_to_channel(SilcServer server, bool gone = FALSE; int k; - SILC_LOG_DEBUG(("Relaying packet to channel")); - if (!silc_server_client_on_channel(sender_entry, channel, &chl_sender)) return; + SILC_LOG_DEBUG(("Relaying packet to channel %s", channel->channel_name)); + /* This encrypts the packet, if needed. It will be encrypted if it came from the router thus it needs to be encrypted with the channel key. If the channel key does not exist, then we know we @@ -950,7 +950,8 @@ void silc_server_packet_send_local_channel(SilcServer server, SilcHashTableList htl; SilcSocketConnection sock = NULL; - SILC_LOG_DEBUG(("Start")); + SILC_LOG_DEBUG(("Send packet to local clients on channel %s", + channel->channel_name)); /* Send the message to clients on the channel's client list. */ silc_hash_table_list(channel->user_list, &htl);