less logging

This commit is contained in:
Michael Peter Christen 2013-05-29 13:30:32 +02:00
parent 536fd1450e
commit 1eb9626cca

View File

@ -444,7 +444,7 @@ public final class Protocol {
return new long[] {-1, -1};
}
} catch ( final Exception e ) {
Network.log.logWarning("yacyClient.queryRWICount error:" + e.getMessage());
if (Network.log.isFine()) Network.log.logFine("yacyClient.queryRWICount error:" + e.getMessage());
return new long[] {-1, -1};
}
}