X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fcore%2Fimpl%2FAssertions.cpp;h=d87a9db8b788fc382faf737a8fe56e29f39ac9b0;hp=dbbc6e3076ebc6671dc7745752006fa1569a8e48;hb=0f6286d0ffd9371c187ecb1775cbd199ed051af5;hpb=fef3b8aa4629acf08791580fd7d09b35218061f6 diff --git a/saml/saml2/core/impl/Assertions.cpp b/saml/saml2/core/impl/Assertions.cpp index dbbc6e3..d87a9db 100644 --- a/saml/saml2/core/impl/Assertions.cpp +++ b/saml/saml2/core/impl/Assertions.cpp @@ -29,7 +29,7 @@ #include "saml2/metadata/MetadataCredentialContext.h" #include "saml2/metadata/MetadataCredentialCriteria.h" -#include +#include #include #include @@ -109,7 +109,7 @@ void EncryptedElementType::encrypt( const Credential* KEK = r->first->resolve(r->second); if (!KEK) { auto_ptr_char name(dynamic_cast(r->second->getRole().getParent())->getEntityID()); - log4cpp::Category::getInstance(SAML_LOGCAT".Encryption").warn("No key encryption credential found for (%s).", name.get()); + logging::Category::getInstance(SAML_LOGCAT".Encryption").warn("No key encryption credential found for (%s).", name.get()); continue; }