Skip to content

Commit 8b2fa06

Browse files
authored
Small fix in FATAL message
1 parent bb42c89 commit 8b2fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
454454
{
455455
if (!areHistosInRegistry) {
456456
// protect against missing histograms in registry
457-
LOG(fatal) << "You are trying to fill histograms, but they are not in the histogram registry. Call the function HfEventSelectionMc::addHistograms() to fix.";
457+
LOG(fatal) << "You are trying to fill histograms, but they are not in the histogram registry. Call the function HfEventSelection::addHistograms() to fix.";
458458
}
459459

460460
hCollisions->Fill(EventRejection::None);

0 commit comments

Comments
 (0)