Skip to content

Commit ef38962

Browse files
aalkinktf
authored andcommitted
missing reference
1 parent ab37719 commit ef38962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/AnalysisSupport/src/DataInputDirector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void DataInputDescriptor::printOut() const
8686
LOGP(info, " Input files file : {}", getInputfilesFilename());
8787
LOGP(info, " File name regex : {}", getFilenamesRegexString());
8888
LOGP(info, " Input files : {}", mfilenames.size());
89-
for (auto fn : mfilenames) {
89+
for (auto& fn : mfilenames) {
9090
LOGP(info, " {} {}", fn.fileName, fn.numberOfTimeFrames);
9191
}
9292
LOGP(info, " Total number of TF: {}", getNumberTimeFrames());

0 commit comments

Comments
 (0)