mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Added many log numbers to log statements that
had none. Those were not detected by the coccinelle script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1256,7 +1256,8 @@ static int lua_auth_checker_harness_last(request_rec *r)
|
||||
}
|
||||
static void lua_insert_filter_harness(request_rec *r)
|
||||
{
|
||||
/* ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, "LuaHookInsertFilter not yet implemented"); */
|
||||
/* ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(03223)
|
||||
* "LuaHookInsertFilter not yet implemented"); */
|
||||
}
|
||||
|
||||
static int lua_log_transaction_harness(request_rec *r)
|
||||
|
Reference in New Issue
Block a user