silly me, fix for the fix as advised by theli

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

@ -912,7 +912,7 @@ public final class plasmaCrawlLURL extends indexURL {
lastHash = entry.hash();
}
} catch (RuntimeException e) {
if (e.getMessage().length() != 0 && e.getMessage().indexOf("not found in LURL") != -1) {
if (e.getMessage() != null && e.getMessage().indexOf("not found in LURL") != -1) {
serverLog.logWarning("URLDBCLEANER", "urlHash not found in LURL", e);
}
else {

Loading…
Cancel
Save