Index: /trunk/FACT++/src/rootifysql.cc
===================================================================
--- /trunk/FACT++/src/rootifysql.cc	(revision 18498)
+++ /trunk/FACT++/src/rootifysql.cc	(revision 18499)
@@ -174,17 +174,17 @@
 
     if (verbose>0)
+    {
+        cout << res.size() << " entries received." << endl;
         cout << "Query time: " << Time().UnixTime()-start2.UnixTime() << "s" << endl;
+    }
 
     if (res.empty())
     {
-        cerr << "No results returned." << endl;
+        cerr << "Nothing to write." << endl;
         return 5;
     }
 
     if (verbose>0)
-    {
-        cout << res.size() << " entries received." << endl;
         cout << "Opening file '" << path << "' [compression=" << compression << "]..." << endl;
-    }
 
     // ----------------------------- Open output file --------------------------
