Skip to content

Commit d894286

Browse files
authored
Changed log message from WARNING to DEBUG. (#5414)
1 parent 2fd8b2c commit d894286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/CommonDataProcessors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ DataProcessorSpec
308308
// loop over the DataRefs which are contained in pc.inputs()
309309
for (const auto& ref : pc.inputs()) {
310310
if (!ref.spec || !ref.payload) {
311-
LOGP(WARNING, "The input \"{}\" is not valid and will be skipped!", ref.spec->binding);
311+
LOGP(DEBUG, "The input \"{}\" is not valid and will be skipped!", ref.spec->binding);
312312
continue;
313313
}
314314

0 commit comments

Comments
 (0)