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
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;
}