[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    cvs commit: httpd-2.0/server main.c
From:       jorton () apache ! org
Date:       2004-01-30 13:06:00
Message-ID: 20040130130600.66720.qmail () minotaur ! apache ! org
[Download RAW message or body]

jorton      2004/01/30 05:06:00

  Modified:    server   Tag: APACHE_2_0_BRANCH main.c
  Log:
  * server/main.c: Don't include newlines in strings passed to
  ap_log_error.
  
  Submitted by: Martin Kraemer
  Reviewed by: Joe Orton, Jeff Trawick, André Malo
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.140.2.5 +4 -4      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.140.2.4
  retrieving revision 1.140.2.5
  diff -b -d -u -r1.140.2.4 -r1.140.2.5
  --- main.c	1 Jan 2004 13:30:43 -0000	1.140.2.4
  +++ main.c	30 Jan 2004 13:06:00 -0000	1.140.2.5
  @@ -600,13 +600,13 @@
   
       if ( ap_run_open_logs(pconf, plog, ptemp, server_conf) != OK) {
           ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR,
  -                     0, NULL, "Unable to open logs\n");
  +                     0, NULL, "Unable to open logs");
           destroy_and_exit_process(process, 1);
       }
   
       if ( ap_run_post_config(pconf, plog, ptemp, server_conf) != OK) {
           ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR, 0,
  -                     NULL, "Configuration Failed\n");
  +                     NULL, "Configuration Failed");
           destroy_and_exit_process(process, 1);
       }
   
  @@ -642,13 +642,13 @@
           apr_pool_clear(plog);
           if (ap_run_open_logs(pconf, plog, ptemp, server_conf) != OK) {
               ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR,
  -                         0, NULL, "Unable to open logs\n");
  +                         0, NULL, "Unable to open logs");
               destroy_and_exit_process(process, 1);
           }
   
           if (ap_run_post_config(pconf, plog, ptemp, server_conf) != OK) {
               ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR,
  -                         0, NULL, "Configuration Failed\n");
  +                         0, NULL, "Configuration Failed");
               destroy_and_exit_process(process, 1);
           }
   
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic