Skip to content

Commit 67889bb

Browse files
committed
CCDB: Temporarily demote error severity, since it causes bogus messages to InfoLogger
1 parent 46a21bb commit 67889bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CCDB/src/CcdbApi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ void CcdbApi::vectoredLoadFileToMemory(std::vector<RequestContext>& requestConte
16881688
saveSnapshot(requestContext);
16891689
}
16901690
} else {
1691-
LOG(error) << "Did not receive content for " << requestContext.path << "\n";
1691+
LOG(warning) << "Did not receive content for " << requestContext.path << "\n"; // Temporarily demoted to warning, since it floods the infologger
16921692
}
16931693
}
16941694
}

0 commit comments

Comments
 (0)