Skip to content

Commit f9c7755

Browse files
authored
[Common] Correct printout hint to avoid confusion (#13656)
1 parent 57c6349 commit f9c7755

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Common/Tools/PID/pidTPCModule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ class pidTPCModule
294294
LOGF(info, "***************************************************");
295295
LOGF(info, "No need for TPC only information detected. Will not generate Nsigma for TPC only tracks");
296296
LOGF(info, "If this is unexpected behaviour and a necessity was not identified, please add the");
297-
LOGF(info, "corresponding task to the list 'devicesRequiringTPCOnlyPID' in pidTPCModule::Init()");
297+
LOGF(info, "corresponding task to the configurable 'devicesRequiringTPCOnlyPID' of this task");
298+
LOGF(info, "To do that, please get in touch with core service wagon maintainers and ask:");
299+
LOGF(info, "It is always best to use core service wagons instead of private copies");
298300
}
299301
LOGF(info, "***************************************************");
300302
}

0 commit comments

Comments
 (0)