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/CCDBHelpers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ auto populateCacheWith(std::shared_ptr<CCDBFetcherHelper> const& helper,
if (!api.isSnapshotMode() || etag.empty()) { // in the snapshot mode the object needs to be fetched only once
api.loadFileToMemory(v, path, metadata, timestamp, &headers, etag, helper->createdNotAfter, helper->createdNotBefore);
if ((headers.count("Error") != 0) || (etag.empty() && v.empty())) {
LOGP(debug, "Unable to find object {}/{}", path, timingInfo.timeslice);
LOGP(fatal, "Unable to find object {}/{}", path, timingInfo.timeslice);
// FIXME: I should send a dummy message.
continue;
}
Expand Down