Changeset 16874


Ignore:
Timestamp:
06/20/13 21:54:15 (11 years ago)
Author:
tbretz
Message:
Direct the output in case of wrong states to the dim log.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/CheckStates.js

    r15070 r16874  
    6969                    continue;
    7070
    71                 console.out(table[i][0]+" in ["+states[i]+"] not as it ought to be ["+table[i][1]+"]");
     71                dim.log(table[i][0]+" in ["+states[i]+"] not as it ought to be ["+table[i][1]+"]");
    7272                rc = false;
    7373            }
Note: See TracChangeset for help on using the changeset viewer.