Changeset 19095 for trunk/FACT++


Ignore:
Timestamp:
07/29/18 22:48:43 (6 years ago)
Author:
tbretz
Message:
Display file size written.
File:
1 edited

Legend:

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

    r19094 r19095  
    797797    if (verbose>0)
    798798    {
    799         cout << "File closed.\n";
     799        cout << "File closed with " << Tools::Scientific(tfile.GetSize()) << "B.\n";
    800800        cout << "Execution time: " << Time().UnixTime()-start.UnixTime() << "s\n";
    801801        cout << "--------------------------------------------------------" << endl;
Note: See TracChangeset for help on using the changeset viewer.