Skip to content
Snippets Groups Projects
Commit 7fbf587c authored by Peter van Gemmeren's avatar Peter van Gemmeren
Browse files

Fix typo, sorry

parent ceb7f12a
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ unsigned int PoolSvc::getInputContext(const std::string& label, unsigned int max
m_persistencySvcVec.push_back( pool::IPersistencySvc::create(*m_catalog).release() );
m_pers_mut.push_back(new CallMutex);
if (!connect(pool::ITransaction::READ).isSuccess()) {
ATH_MSG_WARNIND("Failed to connect Input PersistencySvc: " << id);
ATH_MSG_WARNING("Failed to connect Input PersistencySvc: " << id);
return(IPoolSvc::kInputStream);
}
if (!label.empty()) {
......
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