diff --git a/htroot/Supporter.java b/htroot/Supporter.java index 391a0c9a5..02f44197b 100644 --- a/htroot/Supporter.java +++ b/htroot/Supporter.java @@ -38,6 +38,7 @@ import net.yacy.cora.order.NaturalOrder; import net.yacy.cora.protocol.RequestHeader; import net.yacy.cora.sorting.ConcurrentScoreMap; import net.yacy.cora.sorting.ScoreMap; +import net.yacy.cora.util.ConcurrentLog; import net.yacy.kelondro.index.Row; import net.yacy.kelondro.index.Row.Entry; import net.yacy.peers.NewsDB; @@ -258,7 +259,7 @@ public class Supporter { urlhash = null; } if (urlhash==null) { - System.out.println("Supporter: bad url '" + url + "' from news record " + record.toString()); + ConcurrentLog.info("Supporter", "bad url '" + url + "' from news record " + record.toString()); continue; } if ((vote = negativeHashes.get(urlhash)) != null) { diff --git a/htroot/TransNews_p.html b/htroot/TransNews_p.html index 7a154c9dc..e2efd38f6 100644 --- a/htroot/TransNews_p.html +++ b/htroot/TransNews_p.html @@ -28,7 +28,7 @@