Changeset 18498


Ignore:
Timestamp:
05/08/16 22:50:04 (8 years ago)
Author:
tbretz
Message:
Ouptut number of created branches
File:
1 edited

Legend:

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

    r18497 r18498  
    194194    // -------------------------------------------------------------------------
    195195
    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;
    198200
    199201    if (verbose>2)
    200202        cout << endl;
    201203
    202     const mysqlpp::Row        &r =  res.front();
    203204    const mysqlpp::FieldNames &l = *r.field_list().list;
    204205
Note: See TracChangeset for help on using the changeset viewer.