SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / impl / SAML1SOAPDecoder.cpp
index e6cfbf1..58949d3 100644 (file)
@@ -80,7 +80,7 @@ XMLObject* SAML1SOAPDecoder::decode(
 #ifdef _DEBUG
     xmltooling::NDC ndc("decode");
 #endif
-    Category& log = Category::getInstance(SAML_LOGCAT".MessageDecoder.SAML1SOAP");
+    Category& log = Category::getInstance(SAML_LOGCAT ".MessageDecoder.SAML1SOAP");
 
     log.debug("validating input");
     string s = genericRequest.getContentType();