(oops forgot to commit before passing out)

This commit is contained in:
jrandom
2004-11-12 06:07:33 +00:00
committed by zzz
parent 45b3fecfff
commit b1c0de4b77

View File

@ -19,7 +19,7 @@ public class PingTest {
try {
I2PAppContext context = I2PAppContext.getGlobalContext();
I2PSession session = createSession();
ConnectionManager mgr = new ConnectionManager(context, session);
ConnectionManager mgr = new ConnectionManager(context, session, -1);
Log log = context.logManager().getLog(PingTest.class);
for (int i = 0; i < 10; i++) {
log.debug("ping " + i);