diff --git a/apps/BOB/src/net/i2p/BOB/MUXlisten.java b/apps/BOB/src/net/i2p/BOB/MUXlisten.java index 455a6b5ee..d13b8217b 100644 --- a/apps/BOB/src/net/i2p/BOB/MUXlisten.java +++ b/apps/BOB/src/net/i2p/BOB/MUXlisten.java @@ -273,7 +273,7 @@ public class MUXlisten implements Runnable { _log.warn("BOB: MUXlisten: Starting thread collection for: " + boner); // tg.interrupt(); // give my stuff a small smack again. if (tg.activeCount() + tg.activeGroupCount() != 0) { - visit(tg, 0, boner); + // visit(tg, 0, boner); int foo = tg.activeCount() + tg.activeGroupCount(); // hopefully no longer needed! // int bar = foo; diff --git a/history.txt b/history.txt index 44d1e6392..f1a8c15fa 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,7 @@ +2009-06-08 sponge + * Last commit for this cycle. All debugging except for WARN removed. + I can use the visit command to debug now anyway. + 2009-06-08 sponge * Removed BOB debugging as-per zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 5090cfc7b..684de3214 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 17; + public final static long BUILD = 18; /** for example "-test" */ public final static String EXTRA = "-rc"; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;