We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f1c18 commit 7388668Copy full SHA for 7388668
Common/TableProducer/ft0CorrectedTableMcOverride.cxx
@@ -174,7 +174,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
174
o2::common::core::MetadataHelper metadataInfo;
175
metadataInfo.initMetadata(cfgc);
176
if (metadataInfo.isCommitInSoftwareTag("63bc2e3893851ef0f849bb4c98c65eae1ba21e47")) {
177
- LOG(fatal) << "This workflow should not be used with this AO2D.";
+ LOG(fatal) << "This workflow should not be used with this AO2D. Use standard workflow instead";
178
}
179
return WorkflowSpec{adaptAnalysisTask<ft0CorrectedTableMcOverride>(cfgc)};
180
0 commit comments