SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / attribute / NameIDAttribute.cpp
index 43a78b7..f8ff129 100644 (file)
@@ -169,7 +169,7 @@ const vector<string>& 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
             }