]> granicus.if.org Git - apache/commitdiff
Error feedback, PLEASE!
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 03:34:33 +0000 (03:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2001 03:34:33 +0000 (03:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92645 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_digest.c

index 3c847c9888f310221eda9b73b997c3d464e4d208..f74642afd94ec43b619a51f432078eb38c0974dd 100644 (file)
@@ -314,7 +314,7 @@ static apr_status_t initialize_secret(server_rec *s)
 
     if (status != APR_SUCCESS) {
         char buf[120];
-        ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_CRIT, 0, s,
+        ap_log_error(APLOG_MARK, APLOG_CRIT, status, s,
                      "Digest: error generating secret: %s", 
                      apr_strerror(status, buf, sizeof(buf)));
         return status;