Changeset 31

Show
Ignore:
Timestamp:
10.11.2006 23:01:33 (2 years ago)
Author:
decoder
Message:

Always outputs debug informations now (to stderr) when SA is run with -D option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr/Config.pm

    r28 r31  
    427427    #my $limit = 1; 
    428428    $limit = 1 unless defined $limit; 
     429    foreach (@lines) { dbg ("FuzzyOcr: $_"); } 
    429430    if ( $conf->{"focr_verbose"} > $limit ) { 
    430         foreach (@lines) { dbg ("FuzzyOcr: $_"); } 
    431431        logfile($_[0]) if defined $conf->{"focr_logfile"}; 
    432432    }