Skip to content
Snippets Groups Projects
Commit 18945cd3 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'endreq -> endmsg.' (TBDetDescr-00-01-01)

	* Tagging TBDetDescr-00-01-01.
	* endreq -> endmsg.


Former-commit-id: bf398146
parent 74a62598
No related branches found
No related tags found
No related merge requests found
...@@ -151,13 +151,13 @@ void TBDetDescrManager::print(MsgStream &log) const ...@@ -151,13 +151,13 @@ void TBDetDescrManager::print(MsgStream &log) const
log << MSG::DEBUG log << MSG::DEBUG
<< "Total number of TBElements in TBDetDescrManager = " << "Total number of TBElements in TBDetDescrManager = "
<< m_elements << m_elements
<< endreq; << endmsg;
for ( ; itr!=end; ++itr) { for ( ; itr!=end; ++itr) {
if (itr->id() != TBElementID::Unknown) { if (itr->id() != TBElementID::Unknown) {
log << MSG::DEBUG log << MSG::DEBUG
<< (std::string) (*itr) << (std::string) (*itr)
<< endreq; << endmsg;
} }
} }
} }
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