Skip to content

Commit b78f9ca

Browse files
committed
Improved notification to the user when -S is specified.
1 parent 2647096 commit b78f9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/perf/MulticastSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void run(boolean announceStartup)
117117
for (Thread consumerThread : consumerThreads) {
118118
consumerThread.start();
119119
if(params.getConsumerSlowStart()) {
120-
System.out.println("slowStart: wait 1sec");
120+
System.out.println("Delaying start by 1 second because -S/--slow-start was requested");
121121
Thread.sleep(1000);
122122
}
123123
}

0 commit comments

Comments
 (0)