Changeset 19205
- Timestamp:
- 09/03/18 13:01:12 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/rootifysql.cc
r19204 r19205 746 746 // -------------------------- Request data from database ------------------- 747 747 if (verbose>0) 748 cout << "Requesting data... " << endl;748 cout << "Requesting data... please be patient!" << endl; 749 749 750 750 if (verbose>2) … … 759 759 { 760 760 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; 762 762 } 763 763
Note:
See TracChangeset
for help on using the changeset viewer.