Changeset 19096 for trunk/FACT++/src


Ignore:
Timestamp:
07/29/18 22:55:32 (6 years ago)
Author:
tbretz
Message:
This is more precise.
File:
1 edited

Legend:

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

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