woolfel     2005/05/15 07:59:08

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/sampler
                        WebServiceSampler.java
  Log:
  change the remaining log to warn. if users complain, it's easy enough to 
change it to log
  error.
  peter
  
  Revision  Changes    Path
  1.24      +4 -4      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java
  
  Index: WebServiceSampler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- WebServiceSampler.java    14 May 2005 14:23:06 -0000      1.23
  +++ WebServiceSampler.java    15 May 2005 14:59:08 -0000      1.24
  @@ -580,7 +580,7 @@
           catch (MalformedURLException exception){
               // keep this debug, since a bad URL, means the
               // soap driver can't get to it anyways
  -            log.debug(exception.getMessage());
  +            log.warn(exception.getMessage());
           }
           catch (IOException exception){
               // if the Webservice is unable or the stream
  @@ -591,7 +591,7 @@
               // keep this one debug, since it means soap isn't
               // able to parse the document, so it can't continue
               // anyways
  -            log.debug(exception.getMessage());
  +            log.warn(exception.getMessage());
           }
                return RESULT;
       }
  
  
  

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

Reply via email to