diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-08-22 01:21:44 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-08-22 01:21:44 +0200 |
commit | a8a35fe32e7308dafd0f3a286c165ec9cde2d6fe (patch) | |
tree | ceb3af981ed20152470d4287b5f4998bd8744617 /server | |
parent | Fix some typos, whitespace, and formatting. Make sure all options are (diff) | |
download | apache2-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.c | 2 |
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; } |