ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/JavaHost.java
(Generate patch)

Comparing projects/cms/source/host/java/JavaHost.java (file contents):
Revision 1.5 by ab11, Fri Dec 8 15:44:56 2000 UTC vs.
Revision 1.6 by tdb, Wed Jan 24 01:25:59 2001 UTC

# Line 72 | Line 72 | class JavaHost {
72                          }
73                          nextTCP += tcpcheckInterval;
74                          // send a heartbeat
75 <                        System.out.println("Sending Heartbeat");
75 >                        //System.out.println("Sending Heartbeat");
76 >                        System.out.print("+");
77                          config.sendHeartBeat();
78                          if ( config.reloadConfig() ){
79 <                            System.out.println("Resarting System");
79 >                            System.out.println("\nRestarting System");
80                              break;      
81                          }
82                   }
# Line 91 | Line 92 | class JavaHost {
92                          }
93                          nextUDP += udpcheckInterval;
94                          // send a heartbeat
95 <                        System.out.println("Sending UDP Packet");
95 >                        //System.out.println("Sending UDP Packet");
96 >                        System.out.print(".");
97                          LowLevelNet.sendUDPPacket(config, sysMon.getInfo());  
98              
99                   }
# Line 123 | Line 125 | class JavaHost {
125  
126   //---STATIC ATTRIBUTES---
127  
128 < } // class
128 > } // class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines