1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00

prepend 0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1625953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2014-09-18 12:14:05 +00:00
parent e5cf7761a4
commit c8aadf8659

View File

@@ -579,7 +579,7 @@ static apr_status_t podx_signal_internal(ap_pod_t *pod,
rv = apr_file_write(pod->pod_out, &char_of_death, &one);
if (rv != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(2404)
ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(02404)
"write pipe_of_death");
}
return rv;