- added logging in peer ping to analyse time-consuming elements which could be cause for disappearing peers
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7450 6c8d7289-2bf4-0310-a012-ef5d649a1542
yacyCore.log.logInfo("yacyClient.publishMySeed thread '" +Thread.currentThread().getName()+"' contacted peer at "+address+", received "+((content==null)?"null":content.length)+" bytes, time = "+(System.currentTimeMillis()-start)+" milliseconds");
yacyCore.log.logInfo("yacyClient.hello thread '" +Thread.currentThread().getName()+"' contacted peer at "+address+", received "+((content==null)?"null":content.length)+" bytes, time = "+(System.currentTimeMillis()-start)+" milliseconds");
if(yacyCore.log.isFine())yacyCore.log.logFine("yacyClient.publishMySeed: Peer '" +((otherPeer==null)?"unknown":otherPeer.getName())+"' reported us as "+mytype+", accepted other peer.");
if(yacyCore.log.isFine())yacyCore.log.logFine("yacyClient.hello: Peer '" +((otherPeer==null)?"unknown":otherPeer.getName())+"' reported us as "+mytype+", accepted other peer.");
}else{
// wrong type report
if(yacyCore.log.isFine())yacyCore.log.logFine("yacyClient.publishMySeed: Peer '" +((otherPeer==null)?"unknown":otherPeer.getName())+"' reported us as "+mytype+", rejecting other peer.");
if(yacyCore.log.isFine())yacyCore.log.logFine("yacyClient.hello: Peer '" +((otherPeer==null)?"unknown":otherPeer.getName())+"' reported us as "+mytype+", rejecting other peer.");