Changeset 1122 for trunk


Ignore:
Timestamp:
09/10/11 08:35:44 (9 months ago)
Author:
szrof
Message:

Add diagnostics for homophone setting, so it fails visibly if missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/diagnostics.tcl

    r1026 r1122  
    212212        } 
    213213 
     214        if {![info exists bMotionSettings(homophone)]} { 
     215                putlog "bMotion: diagnostics: homophone not defined, check settings file!" 
     216                set errors 1 
     217        } 
     218 
     219 
    214220        if {![info exists bMotionInfo(minRandomDelay)]} { 
    215221                putlog "bMotion: diagnostics: minRandomDelay not defined, check settings file!" 
Note: See TracChangeset for help on using the changeset viewer.