Update of /var/cvs/src/org/mmbase/core/event
In directory james.mmbase.org:/tmp/cvs-serv7233

Modified Files:
        NodeEvent.java 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/core/event


Index: NodeEvent.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/core/event/NodeEvent.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- NodeEvent.java      7 Feb 2008 16:44:56 -0000       1.36
+++ NodeEvent.java      28 Jul 2008 13:05:42 -0000      1.37
@@ -23,7 +23,7 @@
  *
  * @author  Ernst Bunders
  * @since   MMBase-1.8
- * @version $Id: NodeEvent.java,v 1.36 2008/02/07 16:44:56 michiel Exp $
+ * @version $Id: NodeEvent.java,v 1.37 2008/07/28 13:05:42 michiel Exp $
  */
 public class NodeEvent extends Event {
     private static final Logger log = 
Logging.getLoggerInstance(NodeEvent.class);
@@ -251,7 +251,7 @@
                         if (otype == cachedType.intValue()) {
                             log.debug("Type already cached");
                         } else {
-                            log.warn("Type in event not the same as in cache " 
+ otype + " != " + cachedType);
+                            log.warn("Type in event not the same as in cache " 
+ otype + " != " + cachedType + " Event: " + this);
                         }
                     }
                 } else {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to