Skip to content
Snippets Groups Projects
Commit 8085e6d8 authored by Tim Martin's avatar Tim Martin
Browse files

Merge branch 'cherry-pick-668c8acb' into 'master'

Merge branch 'TrigL2MuonSA-00-03-63-master-fixRpcPadMsg1' into master

See merge request !1151
parents 2a5a8df8 488fbeaf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment