svn commit: r12886 - trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-06-20 12:53:28-0700
New Revision: 12886

Modified:
   trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java

Log:
No need for a warning; this is normal for e.g. OperationsNode, AttributesNode, etc.

Modified: trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java?view=diff&rev=12886&p1=trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java&p2=trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java&r1=12885&r2=12886
==============================================================================
--- trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java	(original)
+++ trunk/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java	2007-06-20 12:53:28-0700
@@ -283,7 +283,7 @@
                 
                 icon = lookupIconResource(cName);
                 if (icon == null) {
-                    LOG.warn("Can't find icon for " + cName);
+                    LOG.debug("Can't find icon for " + cName);
                 } else {
                     synchronized (iconCache) {
                         iconCache.put(value.getClass(), icon);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.