--- lib/PXElator/httpd.pm 2009/07/31 14:42:45 77 +++ lib/PXElator/httpd.pm 2009/07/31 14:43:30 78 @@ -147,7 +147,7 @@ my $debug_proc; - warn 'pids: ', dump( $pids ); + warn 'pids: ', dump( $pids ) if $debug; foreach my $name ( keys %$pids ) { my $pid = $pids->{$name} || next; @@ -167,7 +167,7 @@ push @rows, ( $name => $html ); } - warn 'static_pids: ', dump( $static_pids ); + warn 'static_pids: ', dump( $static_pids ) if $debug; foreach my $pid ( keys %$static_pids ) { my $path = $static_pids->{$pid}; if ( -d "/proc/$pid" ) {