"\n\n" \
"art warning: The SubRun::put(...) function without a product semantic is " \
"deprecated.\n" \
" Please adjust your usage to include the correct semantic " \
"(e.g.):\n\n" \
" subrun.put(std::move(product), art::fullSubRun());\n" \
" subrun.put(std::move(product), instanceName, " \
"art::subRunFragment());\n\n" \
" Generally, SubRun::put calls made in beginSubRun should " \
"include art::fullSubRun();\n" \
" SubRun::put calls made in endSubRun should use " \
"art::subRunFragment().\n" \
" Contact artists@fnal.gov for assistance or details.\n\n"