You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/05/21 17:40:51 UTC

cvs commit: httpd-2.0/server main.c

aaron       02/05/21 08:40:51

  Modified:    server   main.c
  Log:
  Omit the second linefeed after "Syntax OK"
  
  Submitted by:	Joe Orton <jo...@redhat.com>
  
  Revision  Changes    Path
  1.129     +1 -2      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- main.c	17 May 2002 11:11:37 -0000	1.128
  +++ main.c	21 May 2002 15:40:51 -0000	1.129
  @@ -561,8 +561,7 @@
       ap_fini_vhost_config(pconf, server_conf);
       apr_sort_hooks();
       if (configtestonly) {
  -        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
  -                     "Syntax OK\n");
  +        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, "Syntax OK");
           destroy_and_exit_process(process, 0);
       }