]> granicus.if.org Git - apache/commitdiff
Spell out the merged log name, if we succeeded in merging the path
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 17 Mar 2002 23:17:28 +0000 (23:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 17 Mar 2002 23:17:28 +0000 (23:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93986 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index 67cadef33da5a8f2503b8522054303123a1cd448..37e8561ec4867ae8423b30ab2ca181a05f3e58c6 100644 (file)
@@ -275,7 +275,7 @@ static void open_error_log(server_rec *s, apr_pool_t *p)
                                APR_OS_DEFAULT, p)) != APR_SUCCESS) {
             ap_log_error(APLOG_MARK, APLOG_STARTUP, rc, NULL,
                          "%s: could not open error log file %s.",
-                         ap_server_argv0, s->error_fname);
+                         ap_server_argv0, fname);
             exit(1);
         }