Skip to content

Commit 7388668

Browse files
authored
Update error message for AO2D workflow usage
1 parent d5f1c18 commit 7388668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/ft0CorrectedTableMcOverride.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
174174
o2::common::core::MetadataHelper metadataInfo;
175175
metadataInfo.initMetadata(cfgc);
176176
if (metadataInfo.isCommitInSoftwareTag("63bc2e3893851ef0f849bb4c98c65eae1ba21e47")) {
177-
LOG(fatal) << "This workflow should not be used with this AO2D.";
177+
LOG(fatal) << "This workflow should not be used with this AO2D. Use standard workflow instead";
178178
}
179179
return WorkflowSpec{adaptAnalysisTask<ft0CorrectedTableMcOverride>(cfgc)};
180180
}

0 commit comments

Comments
 (0)