From: Jeff Trawick Date: Wed, 14 May 2003 02:32:41 +0000 (+0000) Subject: fix a comment to explain how to log the thread id X-Git-Tag: pre_ajp_proxy~1704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4144e68db8ecc2d6a26e495b0151cb2100d96db2;p=apache fix a comment to explain how to log the thread id Submitted by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99818 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index ada30a53d4..6b11e6f419 100644 --- a/modules/loggers/mod_log_config.c +++ b/modules/loggers/mod_log_config.c @@ -134,8 +134,8 @@ * %...{Foobar}o: The contents of Foobar: header line(s) in the reply. * %...p: the port the request was served to * %...P: the process ID of the child that serviced the request. - * %...I: the thread ID of the thread that serviced the request (or - * 0 if APR doesn't support threads) + * %...{format}P: the process ID or thread ID of the child/thread that + * serviced the request * %...r: first line of request * %...s: status. For requests that got internally redirected, this * is status of the *original* request --- %...>s for the last.