Changeset 21938 for trunk/tools


Ignore:
Timestamp:
Jan 12, 2012, 7:49:04 PM (14 years ago)
Author:
dmik
Message:

BldLevelInf.cmd: Suppress "info:" messages in verbose mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/BldLevelInf.cmd

    r21298 r21938  
    471471
    472472    call stream sDefFile, 'c', 'close';
    473     say 'info: Didn''t find description line in' sDefFile'.';
     473    if (iVerbose >= 1) then
     474        say 'info: Didn''t find description line in' sDefFile'.';
    474475    return '';
    475476
Note: See TracChangeset for help on using the changeset viewer.