Turning the forgotten debug flag off - othewise logs activation events.
2006-03-17 Audrius Meskauskas <[EMAIL PROTECTED]>
* gnu/java/rmi/activation/ActivationSystemTransient.java (debug):
Set to false.
Index: ActivationSystemTransient.java
===================================================================
RCS file: /sources/classpath/classpath/gnu/java/rmi/activation/ActivationSystemTransient.java,v
retrieving revision 1.1
diff -u -r1.1 ActivationSystemTransient.java
--- ActivationSystemTransient.java 17 Mar 2006 12:19:27 -0000 1.1
+++ ActivationSystemTransient.java 17 Mar 2006 20:14:17 -0000
@@ -99,7 +99,7 @@
/**
* Set to true to print the event messages to console.
*/
- static boolean debug = true;
+ static boolean debug = false;
/**
* This group should not be instantiated outside the group code.