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 2013/10/04 16:24:09 UTC

svn commit: r1529169 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

Author: sebb
Date: Fri Oct  4 14:24:09 2013
New Revision: 1529169

URL: http://svn.apache.org/r1529169
Log:
It's difficult to read the message if the URLs are long; use line break to clarify

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

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java?rev=1529169&r1=1529168&r2=1529169&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java Fri Oct  4 14:24:09 2013
@@ -338,7 +338,7 @@ public class HTTPHC4Impl extends HTTPHCA
                     res.setRedirectLocation(ConversionUtils.sanitizeUrl(redirectUrl).toString());
                 } catch (Exception e) {
                     log.error("Error in redirect URL for "  + httpRequest.getRequestLine()
-                            +", Error sanitizing redirect URL: " + redirectLocation + "\n\t", e);
+                            +"\n\tCould not sanitize URL: " + redirectLocation + "\n\t", e);
                 }
             }