- Timestamp:
- 04/06/05 14:25:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/togad.py
r45 r46 23 23 # 7 = daemon threading 24 24 # 25 DEBUG_LEVEL = 825 DEBUG_LEVEL = 7 26 26 27 27 # Where is the gmetad.conf located … … 124 124 self.config = config 125 125 self.clusters = { } 126 debug_msg( 0, printTime() + ' Gathering cluster timeserials and RRD last updates..' ) 126 127 self.gatherClusters() 128 debug_msg( 0, printTime() + ' Done gathering timeserials and last updates.' ) 127 129 128 130 def gatherClusters( self ): … … 819 821 sys.stderr.write( msg + '\n' ) 820 822 823 def printTime( ): 824 "Print current time in human readable format" 825 826 return time.strftime("%a %d %b %Y %H:%M:%S") 827 821 828 # Let's go 822 829 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.