From 9da3aa74d33a9ddf93a1b862cb1f3b0656980059 Mon Sep 17 00:00:00 2001 From: hydrox Date: Sun, 13 Aug 2006 17:26:32 +0000 Subject: [PATCH] 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 --- source/de/anomic/plasma/plasmaCrawlLURL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaCrawlLURL.java b/source/de/anomic/plasma/plasmaCrawlLURL.java index dddc471f5..b2e035d88 100644 --- a/source/de/anomic/plasma/plasmaCrawlLURL.java +++ b/source/de/anomic/plasma/plasmaCrawlLURL.java @@ -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 {