Changeset 844 for trunk/modules/diagnostics.tcl
- Timestamp:
- 08/28/07 11:07:59 (17 months ago)
- Files:
-
- 1 modified
-
trunk/modules/diagnostics.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/diagnostics.tcl
r795 r844 101 101 set t_function [string tolower $t_function] 102 102 if {[lsearch $seentimers $t_function] >= 0} { 103 bMotion_ loglev d * "bMotion: A level 4 diagnostic has found a duplicate timer $t_name for $t_function ... removing (this is not an error)"103 bMotion_putloglev d * "bMotion: A level 4 diagnostic has found a duplicate timer $t_name for $t_function ... removing (this is not an error)" 104 104 #remove timer 105 105 killtimer $t_name
