Index: /trunk/FACT++/src/rootifysql.cc
===================================================================
--- /trunk/FACT++/src/rootifysql.cc	(revision 19110)
+++ /trunk/FACT++/src/rootifysql.cc	(revision 19111)
@@ -808,5 +808,5 @@
 
             if (resw.num_rows()>0)
-                cout << "\nWARNINGS:\n\n";
+                cout << "\n" << resw.num_rows() << " Warning(s) issued:\n\n";
 
             for (size_t i=0; i<resw.num_rows(); i++)
@@ -815,6 +815,7 @@
 
                 cout << roww["Level"] << '[' << roww["Code"] << "]: ";
-                cout << roww["Message"] << '\n' << endl;
-            }
+                cout << roww["Message"] << '\n';
+            }
+            cout << endl;
 
         }
@@ -862,5 +863,5 @@
         {
             cerr << "\nSHOW PROFILE ALL\n\n";
-            cerr << "SQL query failed:\n" << e.what() << endl;
+            cerr << "SQL query failed:\n" << e.what() << '\n' <<endl;
             return 11;
         }
