2004-11-17 jrandom

* Minor logging update.
This commit is contained in:
jrandom
2004-11-17 18:34:25 +00:00
committed by zzz
parent 107da0ae22
commit e733427920
5 changed files with 11 additions and 8 deletions

View File

@@ -156,8 +156,8 @@ public class I2PTunnelRunner extends I2PThread implements I2PSocket.SocketErrorL
if (sockList != null) {
synchronized (slock) {
boolean removed = sockList.remove(i2ps);
System.out.println("Removal of i2psocket " + i2ps + " successful? "
+ removed + " remaining: " + sockList.size());
//System.out.println("Removal of i2psocket " + i2ps + " successful? "
// + removed + " remaining: " + sockList.size());
}
}
}