diff --git a/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc b/v2.5/toolkit/fastnlotoolkit/fastNLOCreate.cc
index 504ea25100df3460fd4c7e970b824876fe404e29..02c40813e77f40ca3e12c19f1bbf739cf0497cfc 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();