Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 24884 invoked from network); 28 Oct 2008 07:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2008 07:02:22 -0000 Received: (qmail 91676 invoked by uid 500); 28 Oct 2008 07:02:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91610 invoked by uid 500); 28 Oct 2008 07:02:26 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91601 invoked by uid 99); 28 Oct 2008 07:02:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2008 00:02:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2008 07:01:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2FEEE238885D; Tue, 28 Oct 2008 00:01:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r708463 - in /httpd/httpd/trunk/server/mpm/simple: simple_event.c simple_run.c Date: Tue, 28 Oct 2008 07:01:31 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081028070131.2FEEE238885D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Tue Oct 28 00:01:30 2008 New Revision: 708463 URL: http://svn.apache.org/viewvc?rev=708463&view=rev Log: * server/mpm/simple/simple_{event,run}.c: Turn off Ring Macro debugging. Modified: httpd/httpd/trunk/server/mpm/simple/simple_event.c httpd/httpd/trunk/server/mpm/simple/simple_run.c Modified: httpd/httpd/trunk/server/mpm/simple/simple_event.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/simple/simple_event.c?rev=708463&r1=708462&r2=708463&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm/simple/simple_event.c (original) +++ httpd/httpd/trunk/server/mpm/simple/simple_event.c Tue Oct 28 00:01:30 2008 @@ -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" Modified: httpd/httpd/trunk/server/mpm/simple/simple_run.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/simple/simple_run.c?rev=708463&r1=708462&r2=708463&view=diff ============================================================================== --- httpd/httpd/trunk/server/mpm/simple/simple_run.c (original) +++ httpd/httpd/trunk/server/mpm/simple/simple_run.c Tue Oct 28 00:01:30 2008 @@ -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"