geoff 2003/10/28 12:23:45
Modified: lib/ModPerl Code.pm
Log:
add MP_TRACE_a as a new category for additional logic added to
standard Apache API calls
Reviewed by: stas
Revision Changes Path
1.114 +1 -1 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- Code.pm 28 Oct 2003 20:21:17 -0000 1.113
+++ Code.pm 28 Oct 2003 20:23:45 -0000 1.114
@@ -451,7 +451,7 @@
}
my %trace = (
-# 'a' => 'all',
+ 'a' => 'Apache API interaction',
'c' => 'configuration for directive handlers',
'd' => 'directive processing',
'e' => 'environment variables',