Changeset 19205


Ignore:
Timestamp:
09/03/18 13:01:12 (6 years ago)
Author:
tbretz
Message:
Improved output.
File:
1 edited

Legend:

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

    r19204 r19205  
    746746    // -------------------------- Request data from database -------------------
    747747    if (verbose>0)
    748         cout << "Requesting data..." << endl;
     748        cout << "Requesting data... please be patient!" << endl;
    749749
    750750    if (verbose>2)
     
    759759    {
    760760        cout << "Opening file '" << path << "' [compression=" << compression << "]...\n";
    761         cout << "Writing data to tree '" << tree << "'" << endl;
     761        cout << "Writing data to tree '" << tree << "'" << (nofill?" (--skipped--)":"") << endl;
    762762    }
    763763
Note: See TracChangeset for help on using the changeset viewer.