You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2003/12/04 22:25:41 UTC

cvs commit: httpd-2.0/server/mpm/netware mpm_netware.c

bnicholes    2003/12/04 13:25:41

  Modified:    server/mpm/netware Tag: APACHE_2_0_BRANCH mpm_netware.c
  Log:
  Fix the display of the terminate and restarting console messages
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.62.2.13 +2 -2      httpd-2.0/server/mpm/netware/mpm_netware.c
  
  Index: mpm_netware.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/netware/mpm_netware.c,v
  retrieving revision 1.62.2.12
  retrieving revision 1.62.2.13
  diff -u -r1.62.2.12 -r1.62.2.13
  --- mpm_netware.c	26 Nov 2003 18:47:18 -0000	1.62.2.12
  +++ mpm_netware.c	4 Dec 2003 21:25:41 -0000	1.62.2.13
  @@ -983,11 +983,11 @@
   
           /* Wait for all of the threads to terminate before initiating the restart */
           while (worker_thread_count > 0) {
  -            printf ("Restart pending. Waiting for %d thread(s) to terminate...",
  +            printf ("\rRestart pending. Waiting for %d thread(s) to terminate...",
                       worker_thread_count);
               apr_thread_yield();
           }
  -        DBPRINT0 ("restarting...\n");
  +        printf ("\nRestarting...\n");
       }
   
       return 0;