mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Add missing APLOGNO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user