On Thursday 18 October 2007, Philippe M. Chiasson wrote: > Any chance you can break the patch into multiple patches
This one adds the current pid to the output of modperl_trace. Torsten
Index: src/modules/perl/modperl_common_log.c =================================================================== --- src/modules/perl/modperl_common_log.c (revision 585898) +++ src/modules/perl/modperl_common_log.c (working copy) @@ -49,7 +49,7 @@ } if (func) { - apr_file_printf(logfile, "%s: ", func); + apr_file_printf(logfile, "%d: %s: ", getpid(), func); } va_start(args, fmt);
signature.asc
Description: This is a digitally signed message part.