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.
This commit is contained in:
sponge
2009-06-08 14:42:44 +00:00
parent 0382120363
commit be52b5930c
3 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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

View File

@ -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;