From: Daniel Gruno Date: Tue, 18 Mar 2014 13:40:03 +0000 (+0000) Subject: fix message number X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f84625f7ec179b369ccf1e8e4dedb110025ac59;p=thirdparty%2Fapache%2Fhttpd.git fix message number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1578882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 4b430fcbd14..1492ccd552e 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2613 +2614 diff --git a/modules/lua/lua_vmprep.c b/modules/lua/lua_vmprep.c index a995c7ef1ae..6cfb31658f1 100644 --- a/modules/lua/lua_vmprep.c +++ b/modules/lua/lua_vmprep.c @@ -371,7 +371,7 @@ static apr_status_t vm_construct(lua_State **vm, void *params, apr_pool_t *lifec return APR_EBADF; } if ( lua_pcall(L, 0, LUA_MULTRET, 0) == LUA_ERRRUN ) { - ap_log_perror(APLOG_MARK, APLOG_ERR, 0, lifecycle_pool, APLOGNO(01482) + ap_log_perror(APLOG_MARK, APLOG_ERR, 0, lifecycle_pool, APLOGNO(02613) "Error loading %s: %s", spec->file, lua_tostring(L, -1)); return APR_EBADF;