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/08/29 22:07:17 UTC

svn commit: r1518796 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java

Author: sebb
Date: Thu Aug 29 20:07:17 2013
New Revision: 1518796

URL: http://svn.apache.org/r1518796
Log:
Revert accidental change to log message

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java?rev=1518796&r1=1518795&r2=1518796&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java Thu Aug 29 20:07:17 2013
@@ -320,7 +320,7 @@ public class Proxy extends Thread {
                     sslcontext.init(kmf.getKeyManagers(), null, null);
                     SSLSocketFactory sslFactory = sslcontext.getSocketFactory();
                     hashHost.put(host, sslFactory);
-                    log.info(port + "KeyStore for SSL loaded OK and put host in map (localPort+"+host+")");
+                    log.info(port + "KeyStore for SSL loaded OK and put host in map ("+host+")");
                     return sslFactory;
                 } catch (NoSuchAlgorithmException e) {
                     except=e;