Changeset 950 for library/bdm/bdmroot.h

Show
Ignore:
Timestamp:
05/18/10 21:19:38 (14 years ago)
Author:
smidl
Message:

Move logfull out of epdf.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r945 r950  
    223223                // add number to name only in the case there are more registered vectors with the same log_level_enum 
    224224                if( ids(log_level_enum).length() > 1 ) 
    225                         stream << "*" << enum_subindex; 
     225                        stream << "_" << enum_subindex; 
    226226                 
    227227                return stream.str();