You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/06/17 08:57:07 UTC

cvs commit: apache-1.3/src/ap ap_slack.c

dgaudet     98/06/16 23:57:06

  Modified:    src/ap   ap_slack.c
  Log:
  this is a warning not an error
  
  Revision  Changes    Path
  1.6       +1 -1      apache-1.3/src/ap/ap_slack.c
  
  Index: ap_slack.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/ap/ap_slack.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ap_slack.c	1998/04/11 12:00:17	1.5
  +++ ap_slack.c	1998/06/17 06:57:05	1.6
  @@ -98,7 +98,7 @@
   	     * the high line, because if it fails we'll eventually try
   	     * the low line...
   	     */
  -	    ap_log_error(APLOG_MARK, APLOG_ERR, NULL,
  +	    ap_log_error(APLOG_MARK, APLOG_WARNING, NULL,
   		        "unable to open a file descriptor above %u, "
   			"you may need to increase the number of descriptors",
   			LOW_SLACK_LINE);