Change seek-ad-removal notification text
[capablanca.git] / lasker-2.2.3 / src / seekproc.c
index e072fd3..399dfbe 100644 (file)
@@ -228,7 +228,7 @@ void withdraw_seeks(int p)
                                        continue;
                                pprintf_prompt(p1, "AD_DESTROY: %d\n", i);
                        }
-                       pprintf(p, "AD_DESTROY: %d\n", i);
+                       pprintf(p, "Ads removed: %d\n", i);
                        FREE(seek_globals.ads[i].category);
                        FREE(seek_globals.ads[i].board_type);
                }