From 79619eaa3416192e222d92596349f93350f0e5f4 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Thu, 17 Mar 2022 14:34:16 +0100 Subject: [PATCH] Update CCDBHelpers.cxx --- Framework/Core/src/CCDBHelpers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/src/CCDBHelpers.cxx b/Framework/Core/src/CCDBHelpers.cxx index 812094e6ea80e..46eb0b4c29223 100644 --- a/Framework/Core/src/CCDBHelpers.cxx +++ b/Framework/Core/src/CCDBHelpers.cxx @@ -193,7 +193,7 @@ auto populateCacheWith(std::shared_ptr 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; }