Changeset 132 for trunk/daemon


Ignore:
Timestamp:
06/13/05 09:59:38 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

  • Typo bug fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/togad.py

    r102 r132  
    803803
    804804                        debug_msg( 1, printTime() + ' - ganglia_store_thread(): storemetricthread() still running, waiting to finish..' )
    805                         storethread.join( STORE_TIMEOUT ) # Maximum time is for storing thread to finish
     805                        store_thread.join( STORE_TIMEOUT ) # Maximum time is for storing thread to finish
    806806                        debug_msg( 1, printTime() + ' - ganglia_store_thread(): Done waiting.' )
    807807
Note: See TracChangeset for help on using the changeset viewer.