- Timestamp:
- 05/08/16 22:52:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/rootifysql.cc
r18498 r18499 174 174 175 175 if (verbose>0) 176 { 177 cout << res.size() << " entries received." << endl; 176 178 cout << "Query time: " << Time().UnixTime()-start2.UnixTime() << "s" << endl; 179 } 177 180 178 181 if (res.empty()) 179 182 { 180 cerr << "No results returned." << endl;183 cerr << "Nothing to write." << endl; 181 184 return 5; 182 185 } 183 186 184 187 if (verbose>0) 185 {186 cout << res.size() << " entries received." << endl;187 188 cout << "Opening file '" << path << "' [compression=" << compression << "]..." << endl; 188 }189 189 190 190 // ----------------------------- Open output file --------------------------
Note:
See TracChangeset
for help on using the changeset viewer.