From 91af1053734e515f8a8e961568e15009eec4a2a9 Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 13 Jan 2009 23:49:08 +0000 Subject: [PATCH] last changes before release git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5493 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexControlURLs_p.html | 2 +- source/de/anomic/crawler/ProtocolLoader.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index de09abb93..c0af4ee46 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -112,7 +112,7 @@ #(genUrlProfile)# ::No entry found for URL-hash #[urlhash]# - ::
+ ::
diff --git a/source/de/anomic/crawler/ProtocolLoader.java b/source/de/anomic/crawler/ProtocolLoader.java index 7a13650fc..add2cd19b 100644 --- a/source/de/anomic/crawler/ProtocolLoader.java +++ b/source/de/anomic/crawler/ProtocolLoader.java @@ -125,7 +125,7 @@ public final class ProtocolLoader { return (stored) ? null : "not stored"; } catch (IOException e) { entry.setStatus("error", serverProcessorJob.STATUS_FINISHED); - log.logWarning("problem loading " + entry.url().toString() + ": " + e.getMessage()); + if (log.isFine()) log.logFine("problem loading " + entry.url().toString() + ": " + e.getMessage()); return "load error - " + e.getMessage(); } }