Ignore:
Timestamp:
06/28/04 16:34:45 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r3969 r4358  
    7777
    7878#include "MLog.h"
     79#include "MLogManip.h"
     80
    7981#include "MAstro.h"
    8082
     
    504506    GetTime(h, m, s, ms);
    505507
    506     *fLog << GetDescriptor() << ": ";
     508    *fLog << all << GetDescriptor() << ": ";
    507509    *fLog << GetString() << Form(" (+%dns)", fNanoSec) << endl;
    508510}
Note: See TracChangeset for help on using the changeset viewer.