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 /modules/dav/main/util_lock.c | |
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 'modules/dav/main/util_lock.c')
-rw-r--r-- | modules/dav/main/util_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dav/main/util_lock.c b/modules/dav/main/util_lock.c index 052d39bc4b..348248a4e0 100644 --- a/modules/dav/main/util_lock.c +++ b/modules/dav/main/util_lock.c @@ -756,7 +756,7 @@ int dav_get_resource_state(request_rec *r, const dav_resource *resource) if (err != NULL) { /* ### don't log an error. return err. add higher-level desc. */ - ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Failed to query lock-null status for %s", r->filename); |