Skip to content

Commit 99d40d8

Browse files
committed
TRD TRAP: Fix bogus error message
1 parent c4ab495 commit 99d40d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TRD/simulation/src/TrapConfigHandler.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ int TrapConfigHandler::loadConfig(std::string filename)
366366
LOG(debug3) << "Ignored lines: " << ignoredLines << ", ignored cmds: " << ignoredCmds;
367367

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

372372
return true;

0 commit comments

Comments
 (0)