Lower log level.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 16 Jun 2005 23:15:19 +0000 (23:15 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 16 Jun 2005 23:15:19 +0000 (23:15 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1714 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/RPCListener.cpp

index d0895a7..66f3384 100644 (file)
@@ -319,7 +319,7 @@ void RPCListener::sessionGet(
         throw FatalProfileException("Invalid client address.");
     }
 
-    log->info("getting session for client at (%s)", ip);
+    log->debug("getting session for client at (%s)", ip);
     log->debug("session cookie (%s)", cookie);
 
     shibrpc_get_session_args_2 arg;