Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Sep 19, 2024
1 parent 3b8358b commit 965fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/src/PostProcessingRunner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ std::unique_ptr<DatabaseInterface> 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;
}

Expand Down

0 comments on commit 965fef3

Please sign in to comment.