]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* server/mpm/simple/simple_{event,run}.c: Turn off Ring Macro debugging.
authorPaul Querna <pquerna@apache.org>
Tue, 28 Oct 2008 07:01:30 +0000 (07:01 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 28 Oct 2008 07:01:30 +0000 (07:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708463 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_event.c
server/mpm/simple/simple_run.c

index 1b8f3786b2166a867c39d539146c9e98bdbb09c1..db682e7776fca81661279acb9f1c008bcd073d62 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define APR_RING_DEBUG 1
+//#define APR_RING_DEBUG 1
 
 #include "simple_types.h"
 #include "simple_event.h"
index a11081b0e6932e327b18f94d28fb47816c7dab2c..224edb6b585a359745f3c18194258b2e97b69a90 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define APR_RING_DEBUG 1
+//#define APR_RING_DEBUG 1
 
 #include "httpd.h"
 #include "http_log.h"