Skip to content

Commit 1f2ff71

Browse files
authored
[PWGLF] Tiny change for more useful logs (#10966)
1 parent 4686b14 commit 1f2ff71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ struct StrangenessBuilder {
497497
int f = enabledTables->get(tableNames[i].c_str(), "enable");
498498
if (f == 1) {
499499
mEnabledTables[i] = 1;
500+
listOfRequestors[i] = "manual enabling";
500501
}
501502
if (f == -1) {
502503
// autodetect this table in other devices

0 commit comments

Comments
 (0)