diff --git a/Framework/src/PostProcessingRunner.cxx b/Framework/src/PostProcessingRunner.cxx index ed43ecd18b..b2a7636c82 100644 --- a/Framework/src/PostProcessingRunner.cxx +++ b/Framework/src/PostProcessingRunner.cxx @@ -71,7 +71,7 @@ std::unique_ptr PostProcessingRunner::configureDatabase(std:: auto database = DatabaseFactory::create(dbConfig.at("implementation")); database->connect(dbConfig); ILOG(Info, Devel) << name << " database that is going to be used > Implementation : " << dbConfig.at("implementation") << " / " - << " Host : " << dbConfig.at("host") << ENDM; + << " Host : " << dbConfig.at("host") << ENDM; return database; }