Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3162 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
hydrox committed Jan 4, 2007
1 parent 6ff8359 commit 2c01508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaCrawlLURL.java
Expand Up @@ -532,8 +532,8 @@ public void run() {
if (blacklistedUrls % 100 == 0) {
serverLog.logInfo("URLDBCLEANER", "Deleted " + blacklistedUrls + " URLs until now. Last deleted URL-Hash: " + lastBlacklistedUrl);
}
lastUrl = comp.url().toNormalform();
}
lastUrl = comp.url().toNormalform();
lastHash = entry.hash();
}
}
Expand Down

0 comments on commit 2c01508

Please sign in to comment.