Fix log category.
authorScott Cantor <cantor.2@osu.edu>
Tue, 4 Mar 2008 02:28:34 +0000 (02:28 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 4 Mar 2008 02:28:34 +0000 (02:28 +0000)
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;