Author: tfmorris
Date: 2008-09-06 15:24:52-0700
New Revision: 15682
Modified:
trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java
Log:
Issue 5365: Fix logging levels for some errors
Modified: trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java?view=diff&rev=15682&p1=trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java&p2=trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java&r1=15681&r2=15682
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java (original)
+++ trunk/src/argouml-app/src/org/argouml/moduleloader/ModuleLoader2.java 2008-09-06 15:24:52-0700
@@ -329,7 +329,7 @@
}
// Catch all exceptions and errors, however severe
catch (Throwable e) {
- LOG.info("Exception or error while trying to "
+ LOG.error("Exception or error while trying to "
+ "enable module " + module.getName(), e);
}
} else if (status.isEnabled() && !status.isSelected()) {
@@ -341,7 +341,7 @@
}
// Catch all exceptions and errors, however severe
catch (Throwable e) {
- LOG.info("Exception or error while trying to "
+ LOG.error("Exception or error while trying to "
+ "disable module " + module.getName(), e);
}
}
@@ -562,7 +562,7 @@
}
}
} catch (IOException ioe) {
- LOG.debug("Cannot open Jar file " + file, ioe);
+ LOG.error("Cannot open Jar file " + file, ioe);
}
}
}
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.