marc        98/08/05 11:52:51

  Modified:    src/main http_core.c
  Log:
  Fix src/httpd.h --> src/include/httpd.h path in error message that
  wasn't updated.
  
  Revision  Changes    Path
  1.215     +1 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.214
  retrieving revision 1.215
  diff -u -r1.214 -r1.215
  --- http_core.c       1998/08/03 09:14:52     1.214
  +++ http_core.c       1998/08/05 18:52:50     1.215
  @@ -1917,7 +1917,7 @@
              "of %d servers,\n", ap_daemons_limit, HARD_SERVER_LIMIT);
          fprintf(stderr, " lowering MaxClients to %d.  To increase, please "
              "see the\n", HARD_SERVER_LIMIT);
  -       fprintf(stderr, " HARD_SERVER_LIMIT define in src/httpd.h.\n");
  +       fprintf(stderr, " HARD_SERVER_LIMIT define in 
src/include/httpd.h.\n");
          ap_daemons_limit = HARD_SERVER_LIMIT;
       } 
       else if (ap_daemons_limit < 1) {
  
  
  

Reply via email to