From: William A. Rowe Jr Date: Tue, 21 Aug 2007 23:21:44 +0000 (+0000) Subject: This message was confusing during debugging, make it unique. X-Git-Tag: 2.3.0~1578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a35fe32e7308dafd0f3a286c165ec9cde2d6fe;p=apache This message was confusing during debugging, make it unique. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 1c8db2099f..8a85a34bd1 100644 --- a/server/log.c +++ b/server/log.c @@ -213,7 +213,7 @@ AP_DECLARE(apr_status_t) ap_replace_stderr_log(apr_pool_t *p, } if (rc != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_CRIT, rc, NULL, - "unable to replace stderr with error_log"); + "unable to replace stderr with error log file"); } return rc; }