diff --git a/Framework/src/CcdbDatabase.cxx b/Framework/src/CcdbDatabase.cxx index 0cd819ee0d..3393f4ffc5 100644 --- a/Framework/src/CcdbDatabase.cxx +++ b/Framework/src/CcdbDatabase.cxx @@ -359,7 +359,7 @@ std::shared_ptr CcdbDatabase::retrieve // The object is either in a TFile or is a blob but it was stored with storeAsTFile as a full MO mo.reset(dynamic_cast(obj)); if (mo == nullptr) { - ILOG(Error, Devel) << "Could not cast the object " << fullPath << " to MonitorObject" << ENDM; + ILOG(Error, Devel) << "Could not cast the object " << fullPath << " to MonitorObject (objectVersion: " << objectVersion << ")" << ENDM; return nullptr; } } else {