This commit is contained in:
Wolfgang Hottgenroth 2020-09-08 14:40:13 +02:00
parent 29bf8efb01
commit bf4cc13197
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -38,7 +38,7 @@ public class DummyDequeuer extends Thread {
System.out.print(ANSI_RED);
}
if ("Statistics".equals(o.getKind())) {
System.out.print(ANSI_BLUE);
System.out.print(ANSI_CYAN);
}
System.out.print("DummyDequeuer: " + o.toString());
System.out.println(ANSI_RESET);