Skip to content

Commit 2c9c421

Browse files
authored
[Common] Correct printout hint to avoid confusion
1 parent baa254a commit 2c9c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/PID/pidTPCModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ 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");
298298
}
299299
LOGF(info, "***************************************************");
300300
}

0 commit comments

Comments
 (0)