SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / handler / impl / AbstractHandler.cpp
index 37db704..d7adee0 100644 (file)
@@ -168,7 +168,7 @@ const XMLCh* Handler::getProtocolFamily() const
 
 void Handler::log(SPRequest::SPLogLevel level, const string& msg) const
 {
-    Category::getInstance(SHIBSP_LOGCAT".Handler").log(
+    Category::getInstance(SHIBSP_LOGCAT ".Handler").log(
         (level == SPRequest::SPDebug ? Priority::DEBUG :
         (level == SPRequest::SPInfo ? Priority::INFO :
         (level == SPRequest::SPWarn ? Priority::WARN :