--- projects/cms/source/host/java/JavaHost.java 2000/12/08 15:44:56 1.5 +++ projects/cms/source/host/java/JavaHost.java 2001/01/24 01:25:59 1.6 @@ -7,8 +7,8 @@ * Designed to be used as a working design to build the C++ hosts on. * Hopefully fully functional and thus can be used as part of a test rig. * - * @author $Author: ab11 $ - * @version $Id: JavaHost.java,v 1.5 2000/12/08 15:44:56 ab11 Exp $ + * @author $Author: tdb $ + * @version $Id: JavaHost.java,v 1.6 2001/01/24 01:25:59 tdb Exp $ */ class JavaHost { @@ -72,10 +72,11 @@ class JavaHost { } nextTCP += tcpcheckInterval; // send a heartbeat - System.out.println("Sending Heartbeat"); + //System.out.println("Sending Heartbeat"); + System.out.print("+"); config.sendHeartBeat(); if ( config.reloadConfig() ){ - System.out.println("Resarting System"); + System.out.println("\nRestarting System"); break; } } @@ -91,7 +92,8 @@ class JavaHost { } nextUDP += udpcheckInterval; // send a heartbeat - System.out.println("Sending UDP Packet"); + //System.out.println("Sending UDP Packet"); + System.out.print("."); LowLevelNet.sendUDPPacket(config, sysMon.getInfo()); } @@ -123,4 +125,4 @@ class JavaHost { //---STATIC ATTRIBUTES--- -} // class \ No newline at end of file +} // class