stas 2004/05/09 18:08:30
Modified: src/modules/perl modperl_util.c Log: shutdown-time logging is now resolved Revision Changes Path 1.68 +0 -4 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl_util.c =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -u -r1.67 -r1.68 --- modperl_util.c 4 May 2004 06:16:46 -0000 1.67 +++ modperl_util.c 10 May 2004 01:08:30 -0000 1.68 @@ -536,10 +536,6 @@ I32 i, oldscope = PL_scopestack_ix; SV **ary = AvARRAY(subs); - /* XXX: why this trace doesn't get printed to error_log when this - * method is called from modperl_perl_destruct. Perl_warn works - * just fine. may be we need to switch to perl_warn when apache - * closes the logging api (when?) */ MP_TRACE_g(MP_FUNC, "pid %lu running %d %s subs", (unsigned long)getpid(), AvFILLp(subs)+1, name);