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:
@ -273,7 +273,7 @@ public class MUXlisten implements Runnable {
|
|||||||
_log.warn("BOB: MUXlisten: Starting thread collection for: " + boner);
|
_log.warn("BOB: MUXlisten: Starting thread collection for: " + boner);
|
||||||
// tg.interrupt(); // give my stuff a small smack again.
|
// tg.interrupt(); // give my stuff a small smack again.
|
||||||
if (tg.activeCount() + tg.activeGroupCount() != 0) {
|
if (tg.activeCount() + tg.activeGroupCount() != 0) {
|
||||||
visit(tg, 0, boner);
|
// visit(tg, 0, boner);
|
||||||
int foo = tg.activeCount() + tg.activeGroupCount();
|
int foo = tg.activeCount() + tg.activeGroupCount();
|
||||||
// hopefully no longer needed!
|
// hopefully no longer needed!
|
||||||
// int bar = foo;
|
// int bar = foo;
|
||||||
|
@ -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
|
2009-06-08 sponge
|
||||||
* Removed BOB debugging as-per zzz
|
* Removed BOB debugging as-per zzz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 17;
|
public final static long BUILD = 18;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user