sebb        2003/10/08 18:00:10

  Modified:    src/components/org/apache/jmeter/visualizers
                        TableVisualizer.java
  Log:
  Warning message was really debug
  
  Revision  Changes    Path
  1.11      +3 -3      
jakarta-jmeter/src/components/org/apache/jmeter/visualizers/TableVisualizer.java
  
  Index: TableVisualizer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/TableVisualizer.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TableVisualizer.java      16 Aug 2003 09:58:28 -0000      1.10
  +++ TableVisualizer.java      9 Oct 2003 01:00:10 -0000       1.11
  @@ -80,8 +80,8 @@
    * in a JTable, and the statistics are displayed at the bottom of the table.
    *
    [EMAIL PROTECTED]    <a href="mailto:[EMAIL PROTECTED]">Alf Hogemark</a>
  - [EMAIL PROTECTED]   March 10, 2002
  - [EMAIL PROTECTED]   $Revision$
  + * created   March 10, 2002
  + [EMAIL PROTECTED]   $Revision$ Updated on $Date$
    */
   public class TableVisualizer
       extends AbstractVisualizer
  @@ -145,7 +145,7 @@
   
       public synchronized void clear()
       {
  -        log.warn("Clear called",new Exception());
  +        log.debug("Clear called",new Exception("Debug"));
           // this.graph.clear();
           model.clear();
           dataField.setText("0000");
  
  
  

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

Reply via email to