Skip to content

Commit 3e26a2f

Browse files
authored
Update onTheFlyTofPid.cxx
1 parent 39f4aff commit 3e26a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct OnTheFlyTofPid {
141141
return;
142142
}
143143
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lutName, lut.value, true)) {
144-
LOG(fatal) << "Could not get loadResponseFromCCDB from tof-event-time task";
144+
LOG(fatal) << "Could not get " << lutName << " from on-the-fly-tracker task";
145145
}
146146
};
147147
configLutPath(simConfig.lutEl, "lutEl");

0 commit comments

Comments
 (0)