Changeset 14960 for trunk/Mars


Ignore:
Timestamp:
02/25/13 14:41:20 (12 years ago)
Author:
tbretz
Message:
Fixed a compilation issue Etienne had introduced with his latest changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/ofits.h

    r14935 r14960  
    258258
    259259        if (!entry.check())
    260         {//ETIENNE
     260        {
    261261            if (!fCommentTrimming)
    262262                return false;
     263
    263264            //looks like something went wrong. Maybe entry is too long ?
    264265            //try to remove the comment
     
    266267            if (!entry.check())
    267268                return false;
    268             gLog << "WARNING: removed comment from over-sized entry " << key << endl;
    269         }
     269
     270#ifdef __MARS__
     271            gLog << ___warn___ << "WARNING - Removed comment from over-sized entry " << key << endl;
     272#endif
     273        }
     274
    270275        fKeys.push_back(entry);
    271276        return true;
Note: See TracChangeset for help on using the changeset viewer.