Author: timbo
Date: Thu May 24 07:56:31 2007
New Revision: 9606
Modified:
dbi/trunk/lib/DBI/ProfileDumper/Apache.pm
Log:
silence a debug warn
Modified: dbi/trunk/lib/DBI/ProfileDumper/Apache.pm
==============================================================================
--- dbi/trunk/lib/DBI/ProfileDumper/Apache.pm (original)
+++ dbi/trunk/lib/DBI/ProfileDumper/Apache.pm Thu May 24 07:56:31 2007
@@ -184,7 +184,7 @@
if (UNIVERSAL::can($apache_server, "push_handlers")) {
$apache_server->push_handlers(PerlChildInitHandler => sub {
$parent_pid = getppid();
- warn "PerlChildInitHandler pid$$ has ppid $parent_pid";
+ #warn "PerlChildInitHandler pid$$ has ppid $parent_pid";
# update dest_dir from DBI_PROFILE_APACHE_LOG_DIR now
$dest_dir = $ENV{DBI_PROFILE_APACHE_LOG_DIR} if
$ENV{DBI_PROFILE_APACHE_LOG_DIR};
OK();