You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2001/07/02 11:03:45 UTC

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