diff options
author | Yann Ylavic <ylavic@apache.org> | 2017-02-20 15:04:50 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2017-02-20 15:04:50 +0100 |
commit | 47daee15795dc85c7eb1dc93b2982371857d7a92 (patch) | |
tree | 541c56549dee17d3b12428ba6b0179c09953661a /modules/aaa/mod_auth_digest.c | |
parent | Follow up to r1772812: update APLOGNO(). (diff) | |
download | apache2-47daee15795dc85c7eb1dc93b2982371857d7a92.tar.xz apache2-47daee15795dc85c7eb1dc93b2982371857d7a92.zip |
Follow up to r1772919: update APLOGNO().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_auth_digest.c')
-rw-r--r-- | modules/aaa/mod_auth_digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index a7140e28ca..b0a96823da 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -829,7 +829,7 @@ static long gc(server_rec *s) if (err) { /* Nothing we can really do but log... */ - ap_log_error(APLOG_MARK, APLOG_ERR, err, s, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_ERR, err, s, APLOGNO(10007) "Failed to free auth_digest client allocation"); } } |