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(); } }