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;


Reply via email to