svn commit: r13577 - trunk/src_new/org/argouml/application/Main.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2007-09-20 14:17:20-0700
New Revision: 13577

Modified:
   trunk/src_new/org/argouml/application/Main.java

Log:
If we don't care about the missing module then it's not an error

Modified: trunk/src_new/org/argouml/application/Main.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/application/Main.java?view=diff&rev=13577&p1=trunk/src_new/org/argouml/application/Main.java&p2=trunk/src_new/org/argouml/application/Main.java&r1=13576&r2=13577
==============================================================================
--- trunk/src_new/org/argouml/application/Main.java	(original)
+++ trunk/src_new/org/argouml/application/Main.java	2007-09-20 14:17:20-0700
@@ -408,7 +408,7 @@
         //ToolTipManager.sharedInstance().setInitialDelay(500);
         ToolTipManager.sharedInstance().setDismissDelay(50000000);
     }
-
+    
     /**
      * Initialise the UMl model repository.
      */
@@ -856,7 +856,9 @@
                 ModuleLoader2.addClass(OPTIONAL_INTERNAL_MODULES[i]);
             } catch (ClassNotFoundException e) {
                 /* We don't care if optional modules aren't found. */
-                LOG.error(e.getMessage());
+                LOG.debug("Module "
+                        + OPTIONAL_INTERNAL_MODULES[i]
+                        + " not found");
             }            
         }
         ModuleLoader2.doLoad(false);
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.