You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/07/25 03:36:29 UTC

cvs commit: apache-2.0/src/main http_core.c

wrowe       00/07/24 18:36:29

  Modified:    src/main http_core.c
  Log:
    Caught a bit of my own bad style :)
  
  Revision  Changes    Path
  1.91      +2 -2      apache-2.0/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_core.c,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- http_core.c	2000/07/25 01:06:26	1.90
  +++ http_core.c	2000/07/25 01:36:28	1.91
  @@ -985,8 +985,8 @@
               return eFileTypeSCRIPT;
           }
           ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, 0, r->server,
  -         "Failed to start a '%s' file as a script.\r\n\t"
  -         "COMSPEC variable is missing from the environment.", ext);
  +         "Failed to start a '%s' file as a script." APR_EOL_STR
  +         "\tCOMSPEC variable is missing from the environment.", ext);
           return eFileTypeUNKNOWN;
       }