You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/06/14 13:44:07 UTC

svn commit: r1685393 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java

Author: sebb
Date: Sun Jun 14 11:44:07 2015
New Revision: 1685393

URL: http://svn.apache.org/r1685393
Log:
Typo

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java?rev=1685393&r1=1685392&r2=1685393&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java Sun Jun 14 11:44:07 2015
@@ -112,7 +112,7 @@ public class HttpClientDefaultParameters
                     + "bin" + File.separator + file); // $NON-NLS-1$
             log.info(file + " httpclient parameters does not exist, trying "+f.getAbsolutePath());
             if(! (f.exists() && f.canRead())) {
-                log.error("Cannot parameters file for HttpClient:"+ file);
+                log.error("Cannot read parameters file for HttpClient: "+ file);
                 return;
             }
         }