Log message fix.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 Mar 2005 04:13:52 +0000 (04:13 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 Mar 2005 04:13:52 +0000 (04:13 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1442 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/mod_apache.cpp

index a0f0a5a..ecedbe0 100644 (file)
@@ -486,13 +486,12 @@ extern "C" int shib_post_handler(request_rec* r)
 
 /*
  * shib_auth_checker() -- a simple resource manager to
- * process the .htaccess settings and copy attributes
- * into the HTTP headers.
+ * process the .htaccess settings
  */
 extern "C" int shib_auth_checker(request_rec* r)
 {
   ap_log_rerror(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,SH_AP_R(r),
-               "shib_check_user(%d): ENTER", (int)getpid());
+               "shib_auth_checker(%d): ENTER", (int)getpid());
 
   ostringstream threadid;
   threadid << "[" << getpid() << "] shib_auth_checker" << '\0';