From: Christophe Jaillet Date: Mon, 21 Apr 2014 06:51:36 +0000 (+0000) Subject: Better self document code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbdb124266a3323482bd0d2c0955541113fbcf6b;p=thirdparty%2Fapache%2Fhttpd.git 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 fe49b02ebc9..7b7d213de5c 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: