Author: rfeng
Date: Wed Apr 23 14:17:29 2008
New Revision: 651065
URL: http://svn.apache.org/viewvc?rev=651065&view=rev
Log:
Change the warning to be a fine message
Modified:
incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java
Modified:
incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java?rev=651065&r1=651064&r2=651065&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java
(original)
+++
incubator/tuscany/java/sca/modules/host-embedded/src/main/java/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.java
Wed Apr 23 14:17:29 2008
@@ -202,7 +202,7 @@
if (monitorFactory != null){
monitor = monitorFactory.createMonitor();
} else {
- logger.warning("Can't find monitor extension on the classpath");
+ logger.fine("No MonitorFactory is found on the classpath.");
}
//Create a composite builder