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

Modified Files:
        NodeEvent.java 
Log Message:
it is informative from which server the offending event originated


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.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- NodeEvent.java      28 Jul 2008 13:05:42 -0000      1.37
+++ NodeEvent.java      8 Aug 2008 12:28:54 -0000       1.38
@@ -23,7 +23,7 @@
  *
  * @author  Ernst Bunders
  * @since   MMBase-1.8
- * @version $Id: NodeEvent.java,v 1.37 2008/07/28 13:05:42 michiel Exp $
+ * @version $Id: NodeEvent.java,v 1.38 2008/08/08 12:28:54 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 + " Event: " + this);
+                            log.warn("Type in event not the same as in cache " 
+ otype + " != " + cachedType + " Event: " + this + " from " + getMachine());
                         }
                     }
                 } else {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to