mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Add APLOGNO, first chunk (those that were
detected by coccinelle). There are some more but they are easier to backport once these here are applied. Backport of r1725392, r1725394, r1725395 and r1725468 from trunk. Submitted by: rjung Reviewed by: jim, ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1729495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1438,7 +1438,8 @@ static apr_status_t ssl_init_proxy_certs(server_rec *s,
|
||||
int j;
|
||||
for (j = 0; j < i; j++) {
|
||||
ssl_log_xerror(SSLLOG_MARK, APLOG_DEBUG, 0, ptemp, s,
|
||||
sk_X509_value(chain, j), "%i:", j);
|
||||
sk_X509_value(chain, j), APLOGNO(03039)
|
||||
"%i:", j);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user