[power-architect] r4053 committed - Changing a log level due to excessive printing when opening a file.

1 view
Skip to first unread message

codesite...@google.com

unread,
Apr 15, 2011, 6:03:50 PM4/15/11
to architec...@googlegroups.com
Revision: 4053
Author: thomaso...@gmail.com
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 all
Reply to author
Forward
0 new messages