Author: hydrox
Date: 2006-03-09 13:35:50 +0100 (Thu, 09 Mar 2006)
New Revision: 1869

Modified:
   trunk/source/de/anomic/plasma/plasmaCrawlLURL.java
Log:
*fix or last commit

Modified: trunk/source/de/anomic/plasma/plasmaCrawlLURL.java
===================================================================
--- trunk/source/de/anomic/plasma/plasmaCrawlLURL.java  2006-03-09 12:23:05 UTC 
(rev 1868)
+++ trunk/source/de/anomic/plasma/plasmaCrawlLURL.java  2006-03-09 12:35:50 UTC 
(rev 1869)
@@ -776,7 +776,7 @@
                     }
                     lastUrl = entry.url().toString();
                     lastHash = entry.hash();
-                    if (blacklistedUrls % 100 == 0) {
+                    if (blacklistedUrls % 100 == 0 && blacklistedUrls != 0) {
                         serverLog.logInfo("URLDBCLEANER", "Deleted " + 
blacklistedUrls + " URLs until now. Last deleted URL-Hash: " + 
lastBlacklistedUrl);
                     }
                 }

_______________________________________________
YaCy-svn mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an