From 6515c245d1162298b40a697ef2fb0e7b47a15bd9 Mon Sep 17 00:00:00 2001 From: Tim Martin <tim.martin@cern.ch> Date: Fri, 21 Apr 2017 10:57:53 +0000 Subject: [PATCH] Merge branch 'TrigL2MuonSA-00-03-63-master-fixRpcPadMsg1' into '21.0' Fix of Message Level on RPC PAD in TrigL2MuonSA See merge request !1039 Former-commit-id: 488fbeaf3e382e09e2a541635c69e3ab1531e876 --- Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuCalStreamerTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuCalStreamerTool.cxx b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuCalStreamerTool.cxx index 6871b9073c2..3a19a0f1862 100644 --- a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuCalStreamerTool.cxx +++ b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuCalStreamerTool.cxx @@ -586,7 +586,7 @@ StatusCode TrigL2MuonSA::MuCalStreamerTool::createRpcFragment(const LVL1::RecMuo RpcPadContainer::const_iterator itPad = rpcPadContainer->indexFind(padIdHash); if( itPad==rpcPadContainer->end() ) { - ATH_MSG_ERROR("Failed to retrieve PAD hash Id " << padIdHash); + ATH_MSG_WARNING("Failed to retrieve PAD hash Id " << padIdHash); return StatusCode::FAILURE; } -- GitLab