On Tue, Aug 30, 2005 at 11:28:37AM +0100, Joe Orton wrote:
> On Sat, Aug 27, 2005 at 11:12:24AM -0400, Jeff Trawick wrote:
> > %{tid}P gets you thread id in decimal now.
> > %{hextid}P would show it in hex using relatively new apr_sprintf()
> > format, added in 1.2.0.
> 
> Seems fine except that it introduces a softish dependency on apr >= 
> 1.2.0 which is not enforced by configure (which allows use of any apr 
> 1.x).

Agreed.  I'd guess we should make that conditional on having apr 1.2.0+.
With lower versions of APR, don't support that tag.  -- justin

Reply via email to