mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
Add missing APLOGNO.
Refactor some lines to keep APLOGNO on the same line as ap_log_error, when applicable. Split lines longer than 80. Improve alignment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -114,8 +114,8 @@ pid_t os_fork(const char *user)
|
||||
|
||||
pid = ufork(username);
|
||||
if (pid == -1 && errno == EPERM) {
|
||||
ap_log_error(APLOG_MARK, APLOG_EMERG, errno,
|
||||
ap_server_conf, APLOGNO(02171) "ufork: Possible mis-configuration "
|
||||
ap_log_error(APLOG_MARK, APLOG_EMERG, errno, ap_server_conf,
|
||||
APLOGNO(02171) "ufork: Possible mis-configuration "
|
||||
"for user %s - Aborting.", user);
|
||||
exit(1);
|
||||
}
|
||||
|
@ -522,8 +522,8 @@ pid_t os_fork(const char *user)
|
||||
|
||||
pid = ufork(username);
|
||||
if (pid == -1 && errno == EPERM) {
|
||||
ap_log_error(APLOG_MARK, APLOG_EMERG, errno,
|
||||
ap_server_conf, APLOGNO(02181) "ufork: Possible mis-configuration "
|
||||
ap_log_error(APLOG_MARK, APLOG_EMERG, errno, ap_server_conf,
|
||||
APLOGNO(02181) "ufork: Possible mis-configuration "
|
||||
"for user %s - Aborting.", user);
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user