Show
Ignore:
Timestamp:
03/18/10 19:13:02 (14 years ago)
Author:
mido
Message:

LOG_LEVEL final cut (or rather semifinal? I hope to improve work with ids soon)
and also it rests to adapt applications, work is in progress

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.cpp

    r863 r870  
    563563        } 
    564564         
    565         if (log_level[bounds]){ 
     565        if (log_level[logbounds]){ 
    566566                prior().log_level[epdf::loglb]=true; 
    567567                prior().log_level[epdf::logub]=true; 
    568568        } 
    569         if (log_level[full]){ 
     569        if (log_level[logfull]){ 
    570570                prior().log_level[epdf::logfull]=true; 
    571571        }