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/11/17 14:28:19 UTC

svn commit: r1542723 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

Author: sebb
Date: Sun Nov 17 13:28:19 2013
New Revision: 1542723

URL: http://svn.apache.org/r1542723
Log:
Fix log message text

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

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java?rev=1542723&r1=1542722&r2=1542723&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java Sun Nov 17 13:28:19 2013
@@ -860,7 +860,7 @@ public class ProxyControl extends Generi
         if (myTarget != null) {
             return myTarget;
         }
-        log.error("Program error: proxy recording target not found.");
+        log.error("Program error: test script recording target not found.");
         return null;
     }