]> granicus.if.org Git - apache/commitdiff
Remove APLOG_NOERRNO.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 22 Jul 2014 05:37:12 +0000 (05:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 22 Jul 2014 05:37:12 +0000 (05:37 +0000)
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

index 6a62c03e0094acb10b8c9515c261e376f6a2b2dc..121336d1f627a17e534912e2e30831d58b767492 100644 (file)
@@ -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: