Fix log message.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 Sep 2007 17:35:10 +0000 (17:35 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 Sep 2007 17:35:10 +0000 (17:35 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2448 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/ChainingLogoutInitiator.cpp

index 0632262..29a5ce6 100644 (file)
@@ -94,7 +94,7 @@ ChainingLogoutInitiator::ChainingLogoutInitiator(const DOMElement* e, const char
                 m_handlers.back()->setParent(this);
             }
             catch (exception& ex) {
-                m_log.error("caught exception processing embedded SessionInitiator element: %s", ex.what());
+                m_log.error("caught exception processing embedded LogoutInitiator element: %s", ex.what());
             }
         }
         e = XMLHelper::getNextSiblingElement(e, _LogoutInitiator);