leif        2003/03/08 09:08:13

  Modified:    instrument-client/src/java/org/apache/excalibur/instrument/client
                        InstrumentClientFrame.java
  Log:
  Fix a typo in an error message.
  
  Revision  Changes    Path
  1.9       +2 -2      
avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentClientFrame.java
  
  Index: InstrumentClientFrame.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentClientFrame.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- InstrumentClientFrame.java        25 Feb 2003 16:28:20 -0000      1.8
  +++ InstrumentClientFrame.java        8 Mar 2003 17:08:13 -0000       1.9
  @@ -159,7 +159,7 @@
               catch( Throwable t )
               {
                   // Should not get here, but we want to make sure that this never 
happens.
  -                getLogger().error( "Unexpected error caught in ProfilerFrame 
runner:", t );
  +                getLogger().error( "Unexpected error caught in 
InstrumentClientFrame runner:", t );
               }
           }
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to