Ignore:
Timestamp:
08/19/18 10:19:40 (6 years ago)
Author:
tbretz
Message:
Print start time.
File:
1 edited

Legend:

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

    r19176 r19178  
    386386
    387387    if (verbose>0)
    388         cout << "\n-------------------------- Evaluating file -------------------------" << endl;
     388    {
     389        cout << "\n-------------------------- Evaluating file -------------------------\n";
     390        cout << "Start Time: " << Time::sql << Time(Time::local) << endl;
     391    }
    389392
    390393    TFile f(file.c_str());
Note: See TracChangeset for help on using the changeset viewer.