You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/01/04 06:07:56 UTC

svn commit: r1820035 - /httpd/httpd/trunk/server/mpm/event/event.c

Author: jailletc36
Date: Thu Jan  4 06:07:56 2018
New Revision: 1820035

URL: http://svn.apache.org/viewvc?rev=1820035&view=rev
Log:
Add missing APLOGNO

Modified:
    httpd/httpd/trunk/server/mpm/event/event.c

Modified: httpd/httpd/trunk/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1820035&r1=1820034&r2=1820035&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/event/event.c (original)
+++ httpd/httpd/trunk/server/mpm/event/event.c Thu Jan  4 06:07:56 2018
@@ -1117,7 +1117,7 @@ read_request:
                      && cs->pub.state != CONN_STATE_WRITE_COMPLETION
                      && cs->pub.state != CONN_STATE_CHECK_REQUEST_LINE_READABLE
                      && cs->pub.state != CONN_STATE_SUSPENDED)) {
-        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO()
+        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10111)
                       "process_socket: connection processing %s: closing",
                       rc ? apr_psprintf(c->pool, "returned error %i", rc)
                          : apr_psprintf(c->pool, "unexpected state %i",