From 7fbf587c7bf60c993e3fee22af3090d719f841bb Mon Sep 17 00:00:00 2001
From: Peter van Gemmeren <gemmeren@anl.gov>
Date: Thu, 25 Oct 2018 10:59:50 -0500
Subject: [PATCH] Fix typo, sorry

---
 Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx b/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx
index 0b02cf28d7d..119e8c808af 100644
--- a/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx
+++ b/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx
@@ -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()) {
-- 
GitLab