Index: trunk/FACT++/src/rootifysql.cc
===================================================================
--- trunk/FACT++/src/rootifysql.cc	(revision 18497)
+++ trunk/FACT++/src/rootifysql.cc	(revision 18498)
@@ -194,11 +194,12 @@
     // -------------------------------------------------------------------------
 
-    if (verbose>0)
-        cout << "Configuring branches..." << endl;
+    const mysqlpp::Row &r = res.front();
+
+    if (verbose>0)
+        cout << "Configuring " << r.size() << " branches..." << endl;
 
     if (verbose>2)
         cout << endl;
 
-    const mysqlpp::Row        &r =  res.front();
     const mysqlpp::FieldNames &l = *r.field_list().list;
 
