Revision: 4053
Author:   [email protected]
Date:     Fri Apr 15 15:03:07 2011
Log: Changing a log level due to excessive printing when opening a file.
http://code.google.com/p/power-architect/source/detail?r=4053

Modified:
 /trunk/src/main/java/ca/sqlpower/architect/swingui/dbtree/DBTreeModel.java

=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/swingui/dbtree/DBTreeModel.java Thu Dec 16 13:00:35 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/swingui/dbtree/DBTreeModel.java Fri Apr 15 15:03:07 2011
@@ -222,7 +222,7 @@
                         " not on the foreground thread.");
logger.debug("dbObjectChanged. source="+e.getSource()); //$NON-NLS-1$ if ((!SwingUtilities.isEventDispatchThread()) && (!refireOnAnyThread)) { - logger.warn("Not refiring because this is not the EDT. You will need to call refreshTreeStructure() at some point in the future."); //$NON-NLS-1$ + logger.debug("Not refiring because this is not the EDT. You will need to call refreshTreeStructure() at some point in the future."); //$NON-NLS-1$
                 return;
             }
if (logger.isDebugEnabled()) logger.debug("dbObjectChanged SQLObjectEvent: "+e); //$NON-NLS-1$

Reply via email to