mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Add lots of unique tags to error log messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -158,7 +158,7 @@ static const struct luaL_Reg cfg_methods[] = {
|
||||
static int cmd_foo(lua_State *L)
|
||||
{
|
||||
cmd_parms *cmd = check_cmd_parms(L, 1);
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, 0, cmd->server, "FOO!");
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, 0, cmd->server, APLOGNO(01479) "FOO!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user