Comment out log message.
authorScott Cantor <cantor.2@osu.edu>
Tue, 25 Nov 2008 22:17:43 +0000 (22:17 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 25 Nov 2008 22:17:43 +0000 (22:17 +0000)
apache/mod_apache.cpp

index b376124..501ac8e 100644 (file)
@@ -1210,7 +1210,7 @@ AccessControl::aclresult_t htAccessControl::authorized(const SPRequest& request,
 static int shib_post_read(request_rec *r)
 {
     shib_request_config* rc = init_request_config(r);
-    ap_log_rerror(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,SH_AP_R(r), "shib_post_read");
+    //ap_log_rerror(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,SH_AP_R(r), "shib_post_read");
     return DECLINED;
 }