diff --git a/Reconstruction/egamma/egammaTools/src/egammaSuperClusterBuilder.cxx b/Reconstruction/egamma/egammaTools/src/egammaSuperClusterBuilder.cxx index b9471fa7b54e50184a9be522da85e901c3b11aec..6086d2ccb01f8fa7b622ba5c1a9e7296ace36399 100644 --- a/Reconstruction/egamma/egammaTools/src/egammaSuperClusterBuilder.cxx +++ b/Reconstruction/egamma/egammaTools/src/egammaSuperClusterBuilder.cxx @@ -247,7 +247,7 @@ xAOD::CaloCluster* egammaSuperClusterBuilder::CreateNewCluster(const std::vector //Start with the seed //Add the EM cells of the seed cluster if (AddEMCellsToCluster(newCluster,clusters[0]).isFailure()) { - ATH_MSG_DEBUG("There was problem adding the cells to cluster with : " << newCluster->eta()); + ATH_MSG_DEBUG("There was problem adding the cells to cluster"); delete newCluster; return nullptr; }