You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2022/06/03 19:39:56 UTC

[jmeter] branch master updated: refine the log message from the state of in pregress to complete (#714)

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new ff7e8496c5 refine the log message from the state of in pregress to complete (#714)
ff7e8496c5 is described below

commit ff7e8496c576c67984c7de443ccc4a4ecb793cb9
Author: Zishuo Ding <di...@gmail.com>
AuthorDate: Fri Jun 3 15:39:48 2022 -0400

    refine the log message from the state of in pregress to complete (#714)
---
 .../org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
index 1021160c20..752e98505b 100644
--- a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
+++ b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java
@@ -417,7 +417,7 @@ public class DefaultSamplerCreator extends AbstractSamplerCreator {
             sampler.setPath(request.getPath(), null);
         }
         if (log.isDebugEnabled()) {
-            log.debug("Proxy: setting path: {}", sampler.getPath());
+            log.debug("Proxy: finished setting path: {}", sampler.getPath());
         }
     }