You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/07/25 19:39:22 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

trawick     00/07/25 10:39:20

  Modified:    src/modules/mpm/mpmt mpmt.c
               src/modules/mpm/mpmt_pthread mpmt_pthread.c
  Log:
  Fix typo in log message.
  
  Revision  Changes    Path
  1.18      +1 -1      apache-2.0/src/modules/mpm/mpmt/mpmt.c
  
  Index: mpmt.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt/mpmt.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mpmt.c	2000/07/25 01:06:30	1.17
  +++ mpmt.c	2000/07/25 17:39:16	1.18
  @@ -1297,7 +1297,7 @@
                   ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, 0, ap_server_conf,
                                "server seems busy, (you may need "
                                "to increase StartServers, ThreadsPerChild "
  -                             "or Min/MaxSparetThreads), "
  +                             "or Min/MaxSpareThreads), "
                                "spawning %d children, there are around %d idle "
                                "threads, and %d total children", idle_spawn_rate,
                                idle_thread_count, total_non_dead);
  
  
  
  1.111     +1 -1      apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c
  
  Index: mpmt_pthread.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- mpmt_pthread.c	2000/07/25 01:06:30	1.110
  +++ mpmt_pthread.c	2000/07/25 17:39:20	1.111
  @@ -898,7 +898,7 @@
   	        ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, 0, ap_server_conf,
   			     "server seems busy, (you may need "
   			     "to increase StartServers, ThreadsPerChild "
  -                             "or Min/MaxSparetThreads), "
  +                             "or Min/MaxSpareThreads), "
   			     "spawning %d children, there are around %d idle "
                                "threads, and %d total children", idle_spawn_rate,
   			     idle_thread_count, total_non_dead);