]> granicus.if.org Git - apache/commitdiff
Fix the display of the terminate and restarting console messages
authorBradley Nicholes <bnicholes@apache.org>
Thu, 4 Dec 2003 21:26:50 +0000 (21:26 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 4 Dec 2003 21:26:50 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101988 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/netware/mpm_netware.c

index 148d15f650544d499447bd00b0ce55dec83e4fac..4178b3a5b0ae1e17cfc68c1c863a8caee6f25913 100644 (file)
@@ -983,11 +983,11 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s)
 
         /* 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;