X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=shibsp%2Fattribute%2FNameIDAttribute.cpp;h=f8ff129272168c107460131b8f12f7ef37621377;hp=43a78b7eaafd3516e16e6568ffa58145fbaf6bd1;hb=c51bfd77603cf0ddb0b5e374c35586a8435895d6;hpb=c44abc33cda3840a0ff1cfe889f2776f13607192 diff --git a/shibsp/attribute/NameIDAttribute.cpp b/shibsp/attribute/NameIDAttribute.cpp index 43a78b7..f8ff129 100644 --- a/shibsp/attribute/NameIDAttribute.cpp +++ b/shibsp/attribute/NameIDAttribute.cpp @@ -169,7 +169,7 @@ const vector& NameIDAttribute::getSerializedValues() const m_serialized.push_back(out.string()); } catch (exception& ex) { - Category::getInstance(SHIBSP_LOGCAT".Attribute.NameID").error("exception remoting hash operation: %s", ex.what()); + Category::getInstance(SHIBSP_LOGCAT ".Attribute.NameID").error("exception remoting hash operation: %s", ex.what()); } #endif }