X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1SOAPClient.cpp;h=60f5d7b267988724fe4239ece1e7aff19b4c7ee8;hp=0e23b8892e6398639111056dee9eaa1947ca1583;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml1/binding/impl/SAML1SOAPClient.cpp b/saml/saml1/binding/impl/SAML1SOAPClient.cpp index 0e23b88..60f5d7b 100644 --- a/saml/saml1/binding/impl/SAML1SOAPClient.cpp +++ b/saml/saml1/binding/impl/SAML1SOAPClient.cpp @@ -118,7 +118,7 @@ bool SAML1SOAPClient::handleError(const saml1p::Status& status) { const xmltooling::QName* code = status.getStatusCode() ? status.getStatusCode()->getValue() : nullptr; auto_ptr_char str((status.getStatusMessage() ? status.getStatusMessage()->getMessage() : nullptr)); - Category::getInstance(SAML_LOGCAT".SOAPClient").error( + Category::getInstance(SAML_LOGCAT ".SOAPClient").error( "SOAP client detected a SAML error: (%s) (%s)", (code ? code->toString().c_str() : "no code"), (str.get() ? str.get() : "no message")