Skip to content

Commit 947b5ac

Browse files
committed
clarify message
1 parent 3871e3a commit 947b5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/Core/FlatTrackSmearer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ bool TrackSmearer::viewTable(int pdg, const uint8_t* buffer, size_t size, bool f
160160
LOGF(error, "%s", framework::error_from_ref(ref).what);
161161
}
162162

163-
LOGF(info, "Successfully adopted LUT for PDG %d", pdg);
163+
LOGF(info, "Successfully viewing LUT for PDG %d", pdg);
164164
mLUTData[ipdg].getHeaderRef().print();
165165
return true;
166166
}

0 commit comments

Comments
 (0)