Skip to content

Commit 304f0af

Browse files
committed
Removed endl from LOG(info).
1 parent c2f7a81 commit 304f0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fairtools/MCConfigurator/FairYamlVMCConfig.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void FairYamlVMCConfig::SetupPostInit(const char* mcEngine)
6969
if (!((strcmp(mcEngine, "TGeant4") == 0))) {
7070
LOG(fatal) << "FairYamlVMCConfig::SetupPostInit() only valid for TGeant4.";
7171
}
72-
LOG(info) << "Loading Geant4 PostInit Config." << endl;
72+
LOG(info) << "Loading Geant4 PostInit Config.";
7373

7474
TString work = getenv("VMCWORKDIR");
7575
TString work_config = work + "/gconfig/";

0 commit comments

Comments
 (0)