Skip to content

Commit

Permalink
TRD TRAP: Fix bogus error message
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole committed Jan 12, 2024
1 parent c4ab495 commit 99d40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TRD/simulation/src/TrapConfigHandler.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ int TrapConfigHandler::loadConfig(std::string filename)
LOG(debug3) << "Ignored lines: " << ignoredLines << ", ignored cmds: " << ignoredCmds;

if (ignoredLines > readLines) {
LOG(error) << "More than 50 %% of the input file could not be processed. Perhaps you should check the input file %s", filename.c_str();
LOG(error) << "More than 50% of the input file could not be processed. Perhaps you should check the input file " << filename.c_str();
}

return true;
Expand Down

0 comments on commit 99d40d8

Please sign in to comment.