X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.c;h=2d65c43f78bdb701dd1f4287c05925ea29a32942;hb=26516272f6e9e47c6472efa50493a6a1044c02ac;hp=d4b035f8e3e0ea5f983f1968a291c5cd0fcacdb6;hpb=33b943ac6034b92fcc5c09802f9fe9add12a51c9;p=silc.git diff --git a/apps/silcd/server_util.c b/apps/silcd/server_util.c index d4b035f8..2d65c43f 100644 --- a/apps/silcd/server_util.c +++ b/apps/silcd/server_util.c @@ -396,7 +396,7 @@ void silc_server_update_clients_by_server(SilcServer server, /* Skip clients that are *really* owned by the `from' */ if (SILC_ID_COMPARE(from->id, client->id, client->id->ip.data_len)) { - SILC_LOG_DEBUG(("Found really owned client, will remove it")); + SILC_LOG_DEBUG(("Found really owned client, skip it")); if (!silc_idcache_list_next(list, &id_cache)) break; else @@ -435,7 +435,7 @@ void silc_server_update_clients_by_server(SilcServer server, /* Skip clients that are *really* owned by the `from' */ if (SILC_ID_COMPARE(from->id, client->id, client->id->ip.data_len)) { - SILC_LOG_DEBUG(("Found really owned client, will remove it")); + SILC_LOG_DEBUG(("Found really owned client, skip it")); if (!silc_idcache_list_next(list, &id_cache)) break; else