From a41155663abdad60da4837aa30bf169e7bd794a2 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 22 Jul 2014 05:37:12 +0000 Subject: [PATCH] Remove APLOG_NOERRNO. This was intoduced in r1418677. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612469 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core.c b/server/core.c index 6a62c03e00..121336d1f6 100644 --- a/server/core.c +++ b/server/core.c @@ -1408,7 +1408,7 @@ static const char *generate_message(cmd_parms *cmd, void *dummy, /* generate error or warning with a configuration file position. * the log is displayed on the terminal as no log file is opened yet. */ - ap_log_error(APLOG_MARK, APLOG_NOERRNO|level, 0, NULL, + ap_log_error(APLOG_MARK, level, 0, NULL, "%s on line %d of %s", msg, cf? cf->line_number: ed1? ed1->line_num: -- 2.50.1