You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/10/28 08:01:31 UTC

svn commit: r708463 - in /httpd/httpd/trunk/server/mpm/simple: simple_event.c simple_run.c

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"