From a8a35fe32e7308dafd0f3a286c165ec9cde2d6fe Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 21 Aug 2007 23:21:44 +0000 Subject: [PATCH] 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 --- server/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0