Changeset 136


Ignore:
Timestamp:
06/13/05 16:30:58 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

  • Typo really fixed now?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/togad.py

    r132 r136  
    803803
    804804                        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 finish
     805                        store_metric_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.