From b4411dda2956ea54d8eded818409fa8f5084a2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9l=C3=A9my=20von=20Haller?= Date: Mon, 23 Sep 2024 11:36:08 +0200 Subject: [PATCH] Update CcdbDatabase.cxx --- Framework/src/CcdbDatabase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/src/CcdbDatabase.cxx b/Framework/src/CcdbDatabase.cxx index a4a98307dc..3393f4ffc5 100644 --- a/Framework/src/CcdbDatabase.cxx +++ b/Framework/src/CcdbDatabase.cxx @@ -386,7 +386,7 @@ std::shared_ptr CcdbDatabase::retrieve } std::shared_ptr qo(dynamic_cast(obj)); if (qo == nullptr) { - ILOG(Error, Devel) << "Could not cast the object " << fullPath << " to QualityObject (objectVersion: " << objectVersion << ")" << ENDM; + ILOG(Error, Devel) << "Could not cast the object " << fullPath << " to QualityObject" << ENDM; } else { // TODO should we remove the headers we know are general such as ETag and qc_task_name ? qo->addMetadata(headers);