You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println("The system is paused -- this action is only here to let you activate the sniffer on the agents, if you want (see documentation)");
71
-
System.out.println("Press enter in the console to start the agents");
75
+
System.out.println(App.ANSI_YELLOW + "The system is paused -- this action is only here to let you activate the sniffer on the agents, if you want (see documentation)" + App.ANSI_RESET);
76
+
System.out.println(App.ANSI_YELLOW + "Press enter in the console to start the agents" + App.ANSI_RESET);
0 commit comments