Skip to content

Commit

Permalink
Update CcdbDatabase.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy authored Sep 23, 2024
1 parent f810618 commit b4411dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/src/CcdbDatabase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ std::shared_ptr<o2::quality_control::core::QualityObject> CcdbDatabase::retrieve
}
std::shared_ptr<QualityObject> qo(dynamic_cast<QualityObject*>(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);
Expand Down

0 comments on commit b4411dd

Please sign in to comment.