diff --git a/Framework/Core/src/CommonDataProcessors.cxx b/Framework/Core/src/CommonDataProcessors.cxx index 50cae08dd1c46..9a888cf383966 100644 --- a/Framework/Core/src/CommonDataProcessors.cxx +++ b/Framework/Core/src/CommonDataProcessors.cxx @@ -308,7 +308,7 @@ DataProcessorSpec // loop over the DataRefs which are contained in pc.inputs() for (const auto& ref : pc.inputs()) { if (!ref.spec || !ref.payload) { - LOGP(WARNING, "The input \"{}\" is not valid and will be skipped!", ref.spec->binding); + LOGP(DEBUG, "The input \"{}\" is not valid and will be skipped!", ref.spec->binding); continue; }