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]# - ::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="360" frameborder="0" scrolling="no"></iframe><br /> + ::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br /> <div id="api"> <a href="/api/yacydoc.html?urlhash=#[urlhash]#"> <img src="env/grafics/api.png"></a> 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(); } }