*) correcting logging output

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1667 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent a354bc2ec1
commit 2da18ab359

@ -347,7 +347,7 @@ public final class plasmaCrawlStacker {
((yacyCore.seedDB.mySeed.isSenior()) ||
(yacyCore.seedDB.mySeed.isPrincipal())) /* qualified */;
if ((!local)&&(!global)&&(!profile.handle().equals(this.sb.defaultProxyProfile.handle()))) {
if ((!local)&&(!global)&&(!profile.handle().equals(this.sb.defaultRemoteProfile.handle()))) {
this.log.logSevere("URL '" + nexturlString + "' can neither be crawled local nor global.");
}

Loading…
Cancel
Save