From: Rainer Jung Date: Wed, 20 Jan 2016 23:33:38 +0000 (+0000) Subject: Fix APLOGNO coccinelle change done in r1725551. X-Git-Tag: 2.5.0-alpha~2345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fd918932129e6767e76ec2dec4d17a6d4d3aea5;p=apache 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 --- 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 ,