Author: kono
Date: 2011-07-05 11:54:09 -0700 (Tue, 05 Jul 2011)
New Revision: 26024

Modified:
   
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeMenuBar.java
Log:
Debug log message level had been changed to debug from info.

Modified: 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeMenuBar.java
===================================================================
--- 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeMenuBar.java
  2011-07-05 18:49:58 UTC (rev 26023)
+++ 
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeMenuBar.java
  2011-07-05 18:54:09 UTC (rev 26024)
@@ -95,7 +95,7 @@
 
                ((JMenu)gravityTracker.getMenu()).addMenuListener(action);
                gravityTracker.addMenuItem(menu_item, action.getMenuGravity());
-               logger.info("Inserted action for menu: " + menu_name +
+               logger.debug("Inserted action for menu: " + menu_name +
                            " with gravity: " + action.getMenuGravity());
                actionMenuItemMap.put(action, menu_item);
 

-- 
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