]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix message number
authorDaniel Gruno <humbedooh@apache.org>
Tue, 18 Mar 2014 13:40:03 +0000 (13:40 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 18 Mar 2014 13:40:03 +0000 (13:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1578882 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/lua/lua_vmprep.c

index 4b430fcbd14090ec36029d3a62a7d8b1df53fe33..1492ccd552e2b4665e1496f263d6bfda61d2f0ba 100644 (file)
@@ -1 +1 @@
-2613
+2614
index a995c7ef1ae834ad25e50d0aaadb6e6883924d9c..6cfb31658f12571be317850dba32ef1d2855153b 100644 (file)
@@ -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;