Skip to content
Snippets Groups Projects
Commit a0c54284 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'dump.D3PDMakerUtils-20240103' into 'main'

D3PDMakerUtils: Dump store when we don't properly retrieve an object.

See merge request !68015
parents 9f598f9b b1047cc0
No related branches found
No related tags found
1 merge request!68015D3PDMakerUtils: Dump store when we don't properly retrieve an object.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// $Id$
/**
* @file D3PDMakerUtils/src/SGGetterImpl.cxx
* @author scott snyder <snyder@bnl.gov>
......@@ -87,6 +85,7 @@ const void* SGGetterImpl::getUntyped (bool allowMissing /*= false*/)
REPORT_MESSAGE (MSG::FATAL)
<< "Null object retrieved for " << m_typename << "(" << m_clid << ")/"
<< key;
REPORT_MESSAGE (MSG::INFO) << m_sg->dump();
}
return 0;
}
......
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