arthur-zhang commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r944273600


##########
src/core/src/main/java/org/apache/jmeter/engine/DistributedRunner.java:
##########
@@ -60,7 +60,7 @@ public class DistributedRunner {
     private final int retriesDelay;
     private final int retriesNumber;
     private PrintStream stdout = new PrintStream(new SilentOutputStream());
-    private PrintStream stdErr = new PrintStream(new SilentOutputStream());
+    private PrintStream stderr = new PrintStream(new SilentOutputStream());

Review Comment:
   i think stderr is better, i will be consist with the brother 「stdout」 name 
convention



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to