Skip to content
Snippets Groups Projects
Commit 62185fb9 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-debug-ATLASRECTS-4249' into 'master'

Fix ATLASRECTS-4249

Closes ATLASRECTS-4249

See merge request atlas/athena!6943
parents fc596a3d e466fdfd
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ StatusCode SCTRawDataProvider::execute()
: static_cast<ISCT_RDO_Container* >(rdoContainer.ptr());
/** ask SCTRawDataProviderTool to decode it and to fill the IDC */
if (m_rawDataTool->convert(listOfRobf, *rdoInterface, bsErrContainer.ptr()).isFailure()) {
ATH_MSG_ERROR("BS conversion into RDOs failed");
ATH_MSG_WARNING("BS conversion into RDOs failed");
}
if(dummyrdo) dummyrdo->MergeToRealContainer(rdoContainer.ptr());
......
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