Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 43824 invoked by uid 500); 2 Jul 2001 09:03:46 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 43806 invoked by uid 1103); 2 Jul 2001 09:03:45 -0000 Date: 2 Jul 2001 09:03:45 -0000 Message-ID: <20010702090345.43805.qmail@apache.org> From: dreid@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_sms.h dreid 01/07/02 02:03:45 Modified: include apr_sms.h Log: Whoops. Need sleep :( These should be turned OFF by default, not ON as that last commit made them. Well, I had to make sure turning them on didn't break things didn't I? :) Revision Changes Path 1.24 +3 -3 apr/include/apr_sms.h Index: apr_sms.h =================================================================== RCS file: /home/cvs/apr/include/apr_sms.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- apr_sms.h 2001/07/02 09:01:35 1.23 +++ apr_sms.h 2001/07/02 09:03:43 1.24 @@ -108,7 +108,7 @@ * This turns on a print of the ancestory of the SMS when * creating/destroying an SMS so it's place in the world can be seen. */ - #define APR_DEBUG_SHOW_STRUCTURE 1 +/* #define APR_DEBUG_SHOW_STRUCTURE 1 */ /* APR_DEBUG_SHOW_FUNCTIONS * This turns on debug printing of every call to i @@ -119,13 +119,13 @@ * Format of output is * CREATE - sms 0x0000000 [STANDARD] has been created */ - #define APR_DEBUG_SHOW_FUNCTIONS 1 +/* #define APR_DEBUG_SHOW_FUNCTIONS 1 */ /* APR_DEBUG_TAG_SMS * Turn on the ability to give an SMS a "tag" that can be used to identify * it. */ - #define APR_DEBUG_TAG_SMS 1 +/* #define APR_DEBUG_TAG_SMS 1 */ /** * @package APR memory system