diff options
author | Rainer Jung <rjung@apache.org> | 2016-01-21 00:33:38 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-01-21 00:33:38 +0100 |
commit | 6fd918932129e6767e76ec2dec4d17a6d4d3aea5 (patch) | |
tree | 7d611bbd37960b88c8b530d4a75ea338de3c3a2b /docs | |
parent | With the updated ap_expr, we can now check for the (diff) | |
download | apache2-6fd918932129e6767e76ec2dec4d17a6d4d3aea5.tar.xz apache2-6fd918932129e6767e76ec2dec4d17a6d4d3aea5.zip |
Fix APLOGNO coccinelle change done in r1725551.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/log-message-tags/find-messages.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/log-message-tags/find-messages.cocci b/docs/log-message-tags/find-messages.cocci index af6472b251..0bacc68974 100644 --- a/docs/log-message-tags/find-messages.cocci +++ b/docs/log-message-tags/find-messages.cocci @@ -39,7 +39,7 @@ identifier level =~ "^APLOG_(EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|STARTUP|DE expression rv, p, s, cert; constant char[] fmt !~ "^APLOGNO"; identifier level =~ "^APLOG_(EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|STARTUP|DEBUG)$"; -identifier fn =~ "^ssl_log_x(|r|c)error$"; +identifier fn =~ "^ssl_log_(|r|c)xerror$"; @@ fn( SSLLOG_MARK , |