Author: mes
Date: 2012-01-12 14:39:36 -0800 (Thu, 12 Jan 2012)
New Revision: 28003

Modified:
   
core3/impl/trunk/presentation-impl/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
Log:
changed log warning to debug

Modified: 
core3/impl/trunk/presentation-impl/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
===================================================================
--- 
core3/impl/trunk/presentation-impl/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
   2012-01-12 22:37:32 UTC (rev 28002)
+++ 
core3/impl/trunk/presentation-impl/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
   2012-01-12 22:39:36 UTC (rev 28003)
@@ -88,7 +88,7 @@
                if(id.equals(DEFAULT_FACTORY_ID))
                        defaultLexicon = factory.getVisualLexicon();
                
-               logger.warn("@@@@@@@ New engine registered: " + 
factory.getClass());
+               logger.debug("New engine registered: " + factory.getClass());
        }
 
        public void removeRenderingEngineFactory(

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to