Changeset 18498
- Timestamp:
- 05/08/16 22:50:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/rootifysql.cc
r18497 r18498 194 194 // ------------------------------------------------------------------------- 195 195 196 if (verbose>0) 197 cout << "Configuring branches..." << endl; 196 const mysqlpp::Row &r = res.front(); 197 198 if (verbose>0) 199 cout << "Configuring " << r.size() << " branches..." << endl; 198 200 199 201 if (verbose>2) 200 202 cout << endl; 201 203 202 const mysqlpp::Row &r = res.front();203 204 const mysqlpp::FieldNames &l = *r.field_list().list; 204 205
Note:
See TracChangeset
for help on using the changeset viewer.