X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.c;h=b00fbb0d707a2d778ad65a7e22e0a8d4e0abc260;hb=585dfe7568ae737e159b9da637cbe5a704d0812a;hp=890844ec71f815bde7e68e368fee7e20fe3fae27;hpb=697f77adf346b6c7415e557876406b909eae3873;p=silc.git diff --git a/apps/silcd/server_util.c b/apps/silcd/server_util.c index 890844ec..b00fbb0d 100644 --- a/apps/silcd/server_util.c +++ b/apps/silcd/server_util.c @@ -624,7 +624,7 @@ void silc_server_remove_channels_by_server(SilcServer server, SilcIDCacheEntry id_cache = NULL; SilcChannelEntry channel = NULL; - SILC_LOG_DEBUG(("Start")); + SILC_LOG_DEBUG(("Removing channels by server")); if (silc_idcache_get_all(server->global_list->channels, &list)) { if (silc_idcache_list_first(list, &id_cache)) { @@ -650,7 +650,7 @@ void silc_server_update_channels_by_server(SilcServer server, SilcIDCacheEntry id_cache = NULL; SilcChannelEntry channel = NULL; - SILC_LOG_DEBUG(("Start")); + SILC_LOG_DEBUG(("Updating channels by server")); if (silc_idcache_get_all(server->global_list->channels, &list)) { if (silc_idcache_list_first(list, &id_cache)) {