You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/07/22 04:29:32 UTC

svn commit: rev 23130 - excalibur/trunk/containerkit/instrument-manager/impl/src/java/org/apache/excalibur/instrument/manager

Author: leif
Date: Wed Jul 21 19:29:32 2004
New Revision: 23130

Modified:
   excalibur/trunk/containerkit/instrument-manager/impl/src/java/org/apache/excalibur/instrument/manager/InstrumentProxy.java
Log:
When a permanent sample that is defined in the instrument configuration file is removed, a warning was being displayed the next time the program was run.  Change that message to a debug message as it is not a problem.

Modified: excalibur/trunk/containerkit/instrument-manager/impl/src/java/org/apache/excalibur/instrument/manager/InstrumentProxy.java
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/impl/src/java/org/apache/excalibur/instrument/manager/InstrumentProxy.java	(original)
+++ excalibur/trunk/containerkit/instrument-manager/impl/src/java/org/apache/excalibur/instrument/manager/InstrumentProxy.java	Wed Jul 21 19:29:32 2004
@@ -990,7 +990,7 @@
                     }
                     else
                     {
-                        getLogger().warn( "InstrumentSample entry ignored while loading state " +
+                        getLogger().debug( "InstrumentSample entry ignored while loading state " +
                             "because the sample does not exist: " + fullSampleName );
                     }
                 }

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org