summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-22 01:21:44 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-22 01:21:44 +0200
commita8a35fe32e7308dafd0f3a286c165ec9cde2d6fe (patch)
treeceb3af981ed20152470d4287b5f4998bd8744617 /server
parentFix some typos, whitespace, and formatting. Make sure all options are (diff)
downloadapache2-a8a35fe32e7308dafd0f3a286c165ec9cde2d6fe.tar.xz
apache2-a8a35fe32e7308dafd0f3a286c165ec9cde2d6fe.zip
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
Diffstat (limited to 'server')
-rw-r--r--server/log.c2
1 files changed, 1 insertions, 1 deletions
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;
}