*fix or last commit

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1869 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
hydrox 19 years ago
parent c55c51e2a8
commit f046e1814a

@ -776,7 +776,7 @@ public final class plasmaCrawlLURL extends plasmaURL {
} }
lastUrl = entry.url().toString(); lastUrl = entry.url().toString();
lastHash = entry.hash(); 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); serverLog.logInfo("URLDBCLEANER", "Deleted " + blacklistedUrls + " URLs until now. Last deleted URL-Hash: " + lastBlacklistedUrl);
} }
} }

Loading…
Cancel
Save