Changeset 11042 for trunk


Ignore:
Timestamp:
06/16/11 21:25:57 (13 years ago)
Author:
tbretz
Message:
Added time to output in Execute
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Readline.cc

    r11038 r11042  
    6565
    6666#include "tools.h"
     67#include "Time.h"
    6768
    6869using namespace std;
     
    11241125        return -1;
    11251126
    1126     fCommandLog << "# START executing: " << name << endl;
     1127    fCommandLog << "# " << Time() << " - " << name << " (START)" << endl;
    11271128
    11281129    string buffer;
     
    11461147    }
    11471148
    1148     fCommandLog << "# FINISHED executing: " << name << endl;
     1149    fCommandLog << "# " << Time() << " - " << name << " (FINISHED)" << endl;
    11491150
    11501151    return rc;
Note: See TracChangeset for help on using the changeset viewer.