diff options
author | Jeff Trawick <trawick@apache.org> | 2002-05-17 13:33:10 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-05-17 13:33:10 +0200 |
commit | bc0cf188991f4e0fde00e9a900ab6b7a05e43a3f (patch) | |
tree | 355356412ebd8742bfc4e1fa0a60b617dae1c043 /os/beos | |
parent | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() (diff) | |
download | apache2-bc0cf188991f4e0fde00e9a900ab6b7a05e43a3f.tar.xz apache2-bc0cf188991f4e0fde00e9a900ab6b7a05e43a3f.zip |
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95151 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/beos')
-rw-r--r-- | os/beos/beosd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/beos/beosd.c b/os/beos/beosd.c index 90815ad849..0c1aba2922 100644 --- a/os/beos/beosd.c +++ b/os/beos/beosd.c @@ -124,7 +124,7 @@ AP_DECLARE(apr_status_t) beosd_accept(void **accepted, ap_listen_rec *lr, *accepted = csd; apr_os_sock_get(&sockdes, csd); if (sockdes >= FD_SETSIZE) { - ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, 0, NULL, + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "new file descriptor %d is too large; you probably need " "to rebuild Apache with a larger FD_SETSIZE " "(currently %d)", |