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;
}
|