From: Christophe Jaillet Date: Mon, 21 Apr 2014 06:51:36 +0000 (+0000) Subject: Better self document code X-Git-Tag: 2.5.0-alpha~4279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=053a9e569af2a8845ee3fbd794ed29dbf3301afb;p=apache Better self document code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588852 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index fe49b02ebc..7b7d213de5 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -1094,7 +1094,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid) ap_log_error(APLOG_MARK, APLOG_TRACE2, 0, ap_server_conf, "Child: %d threads starting up, %d remain from a prior generation", starting_up, from_previous_generation); - apr_sleep(1 * APR_USEC_PER_SEC); + apr_sleep(apr_time_from_sec(1)); } /* Wait for one of three events: