Commit in lcsim/src/org/lcsim/util/lcio on MAIN
LCIOWriter.java+3-11.10 -> 1.11
MJC: Remove excessive warning messages on event write-out

lcsim/src/org/lcsim/util/lcio
LCIOWriter.java 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- LCIOWriter.java	17 Oct 2007 02:06:23 -0000	1.10
+++ LCIOWriter.java	4 Jun 2008 18:19:05 -0000	1.11
@@ -165,7 +165,9 @@
             {
                Class type = md.getType();
                LCIOBlockHandler bh = manager.handlerForClass(type,md.getFlags());
-               if (bh == null) log.warning("No handler found for block "+md.getName()+" of class "+type.getName());
+               if (bh == null) {
+		   //log.warning("No handler found for block "+md.getName()+" of class "+type.getName()); // This is too chatty so I have disabled it. -- Mat.
+	       }
                else
                {
                   if (!isValidCollectionName(md.getName())) throw new IOException("Collection name "+md.getName()+" is invalid for LCIO");
CVSspam 0.2.8