forked from I2P_Developers/i2p.i2p
2004-11-17 jrandom
* Minor logging update.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user