Changeset 136 for trunk/daemon
- Timestamp:
- 06/13/05 16:30:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/togad.py
r132 r136 803 803 804 804 debug_msg( 1, printTime() + ' - ganglia_store_thread(): storemetricthread() still running, waiting to finish..' ) 805 store_ thread.join( STORE_TIMEOUT ) # Maximum time is for storing thread to finish805 store_metric_thread.join( STORE_TIMEOUT ) # Maximum time is for storing thread to finish 806 806 debug_msg( 1, printTime() + ' - ganglia_store_thread(): Done waiting.' ) 807 807
Note: See TracChangeset
for help on using the changeset viewer.