]> granicus.if.org Git - apache/commitdiff
This message was confusing during debugging, make it unique.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 21 Aug 2007 23:21:44 +0000 (23:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 21 Aug 2007 23:21:44 +0000 (23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568322 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index 1c8db2099ffda864b6652da87005375c5ebedafe..8a85a34bd1046dde502a62d9ec15cebad3511431 100644 (file)
@@ -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;
 }