You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/05/20 14:15:08 UTC

cvs commit: apache-1.3/src/modules/standard mod_log_config.c

brian       98/05/20 05:15:08

  Modified:    src/modules/standard mod_log_config.c
  Log:
  PR: 2111
  
  Update the comment.
  
  Revision  Changes    Path
  1.57      +6 -5      apache-1.3/src/modules/standard/mod_log_config.c
  
  Index: mod_log_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_log_config.c,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- mod_log_config.c	1998/05/05 04:47:58	1.56
  +++ mod_log_config.c	1998/05/20 12:15:07	1.57
  @@ -222,11 +222,12 @@
   } multi_log_state;
   
   /*
  - * config_log_state holds the status of a single log file. fname cannot
  - * be NULL. format might be NULL, in which case the default_format from
  - * the multi_log_state should be used, or if that is NULL as well, use
  - * the CLF. log_fd is -1 before the log file is opened and set to a valid
  - * fd after it is opened.
  + * config_log_state holds the status of a single log file. fname might
  + * be NULL, which means this module does no logging for this
  + * request. format might be NULL, in which case the default_format
  + * from the multi_log_state should be used, or if that is NULL as
  + * well, use the CLF. log_fd is -1 before the log file is opened and
  + * set to a valid fd after it is opened.
    */
   
   typedef struct {