From 9987b492952cea039b781a6132be5a900956fb44 Mon Sep 17 00:00:00 2001
From: Klaus Rabbertz <klaus.rabbertz@cern.ch>
Date: Mon, 25 Sep 2023 12:11:48 +0200
Subject: [PATCH] Modify printout to follow fastnlo standard

---
 v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc b/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc
index 504ea251..02c40813 100644
--- a/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc
+++ b/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc
@@ -232,11 +232,11 @@ fastNLOCreate::fastNLOCreate(const fastNLO::GeneratorConstants& GenConsts, const
      ReadSteeringFile(fWarmupFilename,steeringNameSpace);
    }
    if (! lsteer) {
-     logger.info["fastNLOCreate"] << "Steering file " << steerfile << " does not exist, try to run with preset values!" << endl;
+      logger.info["fastNLOCreate"] << "Steering file " << steerfile << " does not exist, try to run with preset values!" << endl;
    } else {
-     // At last, read steering for final completions and modifications
-      cout<<"OK, steerfile: "<<steerfile<<"\t namespace: "<<steeringNameSpace<<endl;
-     ReadSteeringFile(steerfile,steeringNameSpace);
+      // At last, read steering for final completions and modifications
+      logger.info["fastNLOCreate"] << "Read steerfile: " << steerfile << "\t namespace: " << steeringNameSpace << endl;
+      ReadSteeringFile(steerfile,steeringNameSpace);
    }
    // DEBUG
    // PRINTALL();
-- 
GitLab