Skip to content
Snippets Groups Projects
Commit 03d6a613 authored by Ben Stopford's avatar Ben Stopford
Browse files

down graded sys.err to sys.out

parent 01c391db
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public class TerminatorThread extends Thread {
try {
t.join(waitTimeOutInMS);
if (t.isAlive()) {
System.err.println("Still waiting for thread " + t.getName() + " to complete. " +
System.out.println("Still waiting for thread " + t.getName() + " to complete. " +
"Workload status: " + workload.isStopRequested());
}
} catch (InterruptedException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment