summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-01-21 00:33:38 +0100
committerRainer Jung <rjung@apache.org>2016-01-21 00:33:38 +0100
commit6fd918932129e6767e76ec2dec4d17a6d4d3aea5 (patch)
tree7d611bbd37960b88c8b530d4a75ea338de3c3a2b /docs
parentWith the updated ap_expr, we can now check for the (diff)
downloadapache2-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.cocci2
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 ,