updates.
[silc.git] / apps / silcd / server_util.c
index d4b035f8e3e0ea5f983f1968a291c5cd0fcacdb6..2d65c43f78bdb701dd1f4287c05925ea29a32942 100644 (file)
@@ -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