Ignore:
Timestamp:
09/28/03 19:59:33 (9 years ago)
Author:
jamesoff
Message:

test run fine, now actually unsets the timers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/diagnostics.tcl

    r308 r309  
    8484      putlog "bMotion: A level 4 diagnostic has found a duplicate timer $t_name for $t_function ... removing" 
    8585      #remove timer 
     86      killtimer $t_name 
    8687    } else { 
    8788      #add to seen list 
     
    105106      putlog "bMotion: A level 4 diagnostic has found a duplicate utimer $t_name for $t_function ... removing" 
    106107      #remove timer 
     108      killutimer $t_name 
    107109    } else { 
    108110      #add to seen list 
Note: See TracChangeset for help on using the changeset viewer.