From b6ddf61e79e21aa5fb0269e5fde2448423e5af9e Mon Sep 17 00:00:00 2001 From: Hass AbouZeid <hass.abouzeid@cern.ch> Date: Tue, 20 Jun 2017 14:32:59 +0000 Subject: [PATCH] Merge branch 'cherry-pick-bf9908a7' into '21.0' Merge branch 'msgdowngrade-muoncreatortool' into '21.1' -- cherry-pick from 21.1 to 21.0 See merge request !2771 --- .../MuonCombinedBaseTools/src/MuonCreatorTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/MuonIdentification/MuonCombinedBaseTools/src/MuonCreatorTool.cxx b/Reconstruction/MuonIdentification/MuonCombinedBaseTools/src/MuonCreatorTool.cxx index b7d0e15819d..75fa40d6e84 100644 --- a/Reconstruction/MuonIdentification/MuonCombinedBaseTools/src/MuonCreatorTool.cxx +++ b/Reconstruction/MuonIdentification/MuonCombinedBaseTools/src/MuonCreatorTool.cxx @@ -1383,7 +1383,7 @@ namespace MuonCombined { } */ }else{ - ATH_MSG_ERROR("No primary track particle set, deleting muon"); + ATH_MSG_DEBUG("No primary track particle set, deleting muon"); return false; } -- GitLab