diff --git a/src/com/sheepit/client/Client.java b/src/com/sheepit/client/Client.java index 0294ff7..24a6bb2 100644 --- a/src/com/sheepit/client/Client.java +++ b/src/com/sheepit/client/Client.java @@ -360,12 +360,12 @@ public class Client { } public void askForStop() { - System.out.println("Client::askForStop"); + this.log.debug("Client::askForStop"); this.running = false; } public void cancelStop() { - System.out.println("Client::cancelStop"); + this.log.debug("Client::cancelStop"); this.running = true; }