updates.
[silc.git] / lib / silcclient / idlist.c
index 2c520d148031f9cc3a4611145d4dc9fcad805ec0..d56421c2bfabeb5865546016462cefc707b2aa51 100644 (file)
@@ -747,6 +747,8 @@ SilcChannelEntry silc_client_get_channel(SilcClient client,
 
   entry = (SilcChannelEntry)id_cache->context;
 
+  SILC_LOG_DEBUG(("Found"));
+
   return entry;
 }
 
@@ -769,6 +771,8 @@ SilcChannelEntry silc_client_get_channel_by_id(SilcClient client,
 
   entry = (SilcChannelEntry)id_cache->context;
 
+  SILC_LOG_DEBUG(("Found"));
+
   return entry;
 }