Index: fact/tools/rootmacros/PulseTemplates/templateextractors.C
===================================================================
--- fact/tools/rootmacros/PulseTemplates/templateextractors.C	(revision 13853)
+++ fact/tools/rootmacros/PulseTemplates/templateextractors.C	(revision 13854)
@@ -396,5 +396,5 @@
     Int_t nbins = Max_histo->GetXaxis()->GetNbins();
 
-    if (verbosityLevel > 0)
+    if (verbosityLevel > 2)
     {
         cout << "writing point-set to csv file: " ;
@@ -426,5 +426,5 @@
     }
     out.close();
-    if (verbosityLevel > 0) cout << "...file closed" << endl;
+    if (verbosityLevel > 2) cout << "...csv file closed" << endl;
     return 0;
 }
