diff --git a/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx b/Database/AthenaPOOL/PoolSvc/src/PoolSvc.cxx
index 0b02cf28d7d6ec1284cddf201d45988a3e1a9403..119e8c808afa46ce8a93f63ee559652ccca2e0ec 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()) {