Ignore:
Timestamp:
08/22/13 12:32:34 (11 years ago)
Author:
jripsl
Message:
  • fix typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/Analyze/analyze

    r879 r935  
    7070                for simulation in repo_io.get_running_simulations(): 
    7171 
    72                         print "hhh" 
    73  
    74                         print "checking heartbeat ('%s')"%simulation.name 
     72                        print "\nchecking heartbeat ('%s')"%simulation.name 
    7573 
    7674                        try: 
     
    9492                                repo_io.update_simulation_status(simulation) 
    9593 
    96                                 print "heartbeat NOK - simulation status set to 'error' (%s)"%simulation.name 
     94                                print "heartbeat NOK - simulation status set to 'error'\n" 
    9795 
    9896 
    9997                        else: 
    100                                 print "heartbeat OK (%s)"%simulation.name 
     98                                print "heartbeat OK\n" 
    10199 
    102100class Analyzer(): 
     
    132130                while True: 
    133131 
    134                         print "checking simulations heartbeats" 
     132                        #print "checking simulations heartbeats" 
    135133 
    136134                        CheckList.C0001() 
Note: See TracChangeset for help on using the changeset viewer.