You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2004/01/09 05:59:18 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_config.c

geoff       2004/01/08 20:59:18

  Modified:    src/modules/perl modperl_callback.c modperl_config.c
  Log:
  remove extraneous newlines
  
  Revision  Changes    Path
  1.65      +1 -1      modperl-2.0/src/modules/perl/modperl_callback.c
  
  Index: modperl_callback.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_callback.c,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- modperl_callback.c	20 Oct 2003 19:37:29 -0000	1.64
  +++ modperl_callback.c	9 Jan 2004 04:59:18 -0000	1.65
  @@ -60,7 +60,7 @@
               MP_TRACE_h(MP_FUNC, "[%s %s] lookup of %s failed\n",
                            modperl_pid_tid(p), modperl_server_desc(s, p), name);
               ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
  -                         "lookup of '%s' failed\n", name);
  +                         "lookup of '%s' failed", name);
               status = HTTP_INTERNAL_SERVER_ERROR;
           }
       }
  
  
  
  1.73      +2 -2      modperl-2.0/src/modules/perl/modperl_config.c
  
  Index: modperl_config.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_config.c,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- modperl_config.c	23 Dec 2003 00:34:36 -0000	1.72
  +++ modperl_config.c	9 Jan 2004 04:59:18 -0000	1.73
  @@ -338,7 +338,7 @@
           }
           else {
               ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
  -                         "Can't load Perl module %s for server %s, exiting...\n",
  +                         "Can't load Perl module %s for server %s, exiting...",
                            entries[i], modperl_server_desc(s,p));
               return FALSE;
           }
  @@ -363,7 +363,7 @@
           }
           else {
               ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
  -                         "Can't load Perl file: %s for server %s, exiting...\n",
  +                         "Can't load Perl file: %s for server %s, exiting...",
                            entries[i], modperl_server_desc(s,p));
               return FALSE;
           }