Skip to content

Commit a1dae3b

Browse files
author
David Dobrigkeit Chinellato
committed
Fix unused var
1 parent 49289c6 commit a1dae3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Tools/Multiplicity/MultModule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ class MultModule
440440
internalOpts.mEnabledTables.resize(nTablesConst, 0);
441441

442442
LOGF(info, "Configuring tables to generate");
443+
LOGF(info, "Metadata information: isMC? %i", metadataInfo.isMC());
443444
const auto& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
444445

445446
TString listOfRequestors[nTablesConst];

0 commit comments

Comments
 (0)