git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101987
13f79535-47bb-0310-9956-
ffa450edef68
/* 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;