Changeset 29


Ignore:
Timestamp:
04/01/05 10:55:12 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

Main thread has to stop too when debugging and XML thread returns error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/togad.py

    r28 r29  
    242242                                if ret != 0:
    243243                                        debug_msg( 7, self.printTime() + ' - mainthread() - Done waiting: ERROR! xmlthread() exited with status %d' %(ret) )
     244                                        if DEBUG_LEVEL>=7: sys.exit( 1 )
    244245                                else:
    245246
Note: See TracChangeset for help on using the changeset viewer.