]> granicus.if.org Git - apache/commitdiff
Caught a bit of my own bad style :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jul 2000 01:36:28 +0000 (01:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Jul 2000 01:36:28 +0000 (01:36 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85879 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index bbda522eab297857406215e70ce7445d30d3a98f..e503a819acb654ce6ef788701eaed82562fd2a2b 100644 (file)
@@ -985,8 +985,8 @@ API_EXPORT (file_type_e) ap_get_win32_interpreter(const  request_rec *r,
             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;
     }