mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -298,7 +298,7 @@ static process_rec *init_process(int *argc, const char * const * *argv)
|
||||
char ctimebuff[APR_CTIME_LEN];
|
||||
apr_ctime(ctimebuff, apr_time_now());
|
||||
fprintf(stderr, "[%s] [crit] (%d) %s: %s failed "
|
||||
"to initial context, exiting\n",
|
||||
"to initial context, exiting\n",
|
||||
ctimebuff, stat, (*argv)[0], failed);
|
||||
apr_terminate();
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user