You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/07/22 07:37:13 UTC

svn commit: r1612469 - /httpd/httpd/trunk/server/core.c

Author: jailletc36
Date: Tue Jul 22 05:37:12 2014
New Revision: 1612469

URL: http://svn.apache.org/r1612469
Log:
Remove APLOG_NOERRNO.
This was intoduced in r1418677.

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=1612469&r1=1612468&r2=1612469&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Tue Jul 22 05:37:12 2014
@@ -1408,7 +1408,7 @@ static const char *generate_message(cmd_
     /* 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: