Fix log category.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Mar 2008 02:28:34 +0000 (02:28 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Mar 2008 02:28:34 +0000 (02:28 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2757 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/remoting/impl/SocketListener.cpp

index 32bfadf..c67492d 100644 (file)
@@ -465,7 +465,7 @@ void ServerThread::run()
 
 int ServerThread::job()
 {
-    Category& log = Category::getInstance("shibd.Listener");
+    Category& log = Category::getInstance(SHIBSP_LOGCAT".Listener");
 
     bool incomingError = true;  // set false once incoming message is received
     ostringstream sink;