From: cantor Date: Tue, 4 Mar 2008 02:28:34 +0000 (+0000) Subject: Fix log category. X-Git-Tag: 2.4~529 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=121b0425ab564d103eea6527f67e4c63a75ebcd6 Fix log category. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2757 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/shibsp/remoting/impl/SocketListener.cpp b/shibsp/remoting/impl/SocketListener.cpp index 32bfadf..c67492d 100644 --- a/shibsp/remoting/impl/SocketListener.cpp +++ b/shibsp/remoting/impl/SocketListener.cpp @@ -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;