Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Framework/Core/src/CommonDataProcessors.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down