changeset 317:48ea5b366b4d

Print a message when agent has started Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-May/001420.html
author Omair Majid <omajid@redhat.com>
date Fri, 18 May 2012 14:41:22 -0400
parents bb3c20b82ce3
children 8fb8458177fc
files agent/src/main/java/com/redhat/thermostat/agent/AgentApplication.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/agent/src/main/java/com/redhat/thermostat/agent/AgentApplication.java	Fri May 18 14:40:33 2012 -0400
+++ b/agent/src/main/java/com/redhat/thermostat/agent/AgentApplication.java	Fri May 18 14:41:22 2012 -0400
@@ -152,6 +152,7 @@
         logger.fine("Agent started.");
 
         ctx.getConsole().getOutput().println("Agent id: " + agent.getId());
+        ctx.getConsole().getOutput().println("agent started.");
         logger.fine("Agent id: " + agent.getId());
         
         try {