From: Rainer Jung Date: Tue, 19 Jan 2016 15:45:44 +0000 (+0000) Subject: Improve spatch for APLOGNO a bit. X-Git-Tag: 2.5.0-alpha~2360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8824bbe332a5feaa68aacd3cfac8aa8771e75db5;p=apache Improve spatch for APLOGNO a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/find-messages.cocci b/docs/log-message-tags/find-messages.cocci index 436302901d..af6472b251 100644 --- a/docs/log-message-tags/find-messages.cocci +++ b/docs/log-message-tags/find-messages.cocci @@ -39,9 +39,10 @@ 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$"; @@ - ssl_log_xerror( SSLLOG_MARK , + fn( SSLLOG_MARK , ( level |