SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / util / mdquery.cpp
index 5d89e08..56f988e 100644 (file)
@@ -128,7 +128,7 @@ int main(int argc,char* argv[])
     ServiceProvider* sp=conf.getServiceProvider();
     sp->lock();
 
-    Category& log = Category::getInstance(SHIBSP_LOGCAT".Utility.MDQuery");
+    Category& log = Category::getInstance(SHIBSP_LOGCAT ".Utility.MDQuery");
 
     const Application* app = sp->getApplication(appID);
     if (!app) {