Show
Ignore:
Timestamp:
03/08/10 14:27:03 (14 years ago)
Author:
prikryl
Message:

loggers DS, log only dt

Files:
1 modified

Legend:

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

    r850 r854  
    891891 
    892892class DS : public root { 
    893         LOG_LEVEL(DS,jednicka); 
     893        LOG_LEVEL(DS,dt); 
    894894protected: 
    895895        //! size of data returned by \c getdata() 
     
    908908        //! default constructors 
    909909        DS() : dtsize ( 0 ), utsize ( 0 ), ytsize ( 0 ), Drv(), Urv(), Yrv() { 
    910                 log_level[jednicka] = true; 
     910                log_level[dt] = true; 
    911911        }; 
    912912