Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Eric Covener
-id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No harm AFAICT. -- Eric Covener [EMAIL PROTECTED]

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Eric Covener
On Jan 11, 2008 5:04 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(), Stray 'x' in the new format string? No harm AFAICT. On purpose. Before we had hex aoutput of the pid (don't

Re: Fwd: svn commit: r608508 - /httpd/httpd/trunk/modules/loggers/mod_log_forensic.c

2008-01-11 Thread Ruediger Pluem
On 01/11/2008 11:13 PM, Eric Covener wrote: On Jan 11, 2008 5:04 PM, Ruediger Pluem [EMAIL PROTECTED] wrote: On 01/11/2008 10:32 PM, Eric Covener wrote: -id = apr_psprintf(r-pool, %x:%lx:%x, getpid(), time(NULL), +id = apr_psprintf(r-pool, % APR_PID_T_FMT x:%lx:%x, getpid(),