Changeset 264 for trunk/bMotion.tcl


Ignore:
Timestamp:
09/16/03 05:52:03 (9 years ago)
Author:
jamesoff
Message:

auto-indenting of bmotion_loglev output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bMotion.tcl

    r263 r264  
    3333proc bMotion_putloglev { level star text } { 
    3434  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] 
    3739  } 
     40  set text "bMotion:$text2 $text" 
    3841 
    3942  if {$bMotion_testing == 0} { 
Note: See TracChangeset for help on using the changeset viewer.