Changeset 264 for trunk/bMotion.tcl
- Timestamp:
- 09/16/03 05:52:03 (9 years ago)
- File:
-
- 1 edited
-
trunk/bMotion.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bMotion.tcl
r263 r264 33 33 proc bMotion_putloglev { level star text } { 34 34 global bMotion_testing 35 if {![string match -nocase "bMotion: *" $text]} { 36 set text "bMotion: $text" 35 regsub "bMotion:" $text "" text 36 set text2 "" 37 if {$level != "d"} { 38 set text2 [string repeat " " $level] 37 39 } 40 set text "bMotion:$text2 $text" 38 41 39 42 if {$bMotion_testing == 0} {
Note: See TracChangeset
for help on using the changeset viewer.
