[interchange] Fix incorrect debugging message
Jon Jensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 009344b50775f96aadaa02bec1cca14a2f497491 Author: Jon Jensen <[email protected]> Date: Wed Dec 9 10:11:45 2009 -0700 Fix incorrect debugging message (Autoload comes after this comment, not before.) lib/Vend/Dispatch.pm | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) --- diff --git a/lib/Vend/Dispatch.pm b/lib/Vend/Dispatch.pm index 55a22e1..8d37778 100644 --- a/lib/Vend/Dispatch.pm +++ b/lib/Vend/Dispatch.pm @@ -1657,8 +1657,7 @@ EOF for my $routine (@{$Vend::Cfg->{DispatchRoutines}}) { $routine->(); } - -#show_times("end dispatch routines (Autoload, etc.)") if $Global::ShowTimes; +#show_times("end DispatchRoutines") if $Global::ShowTimes; for my $macro ( $Vend::Cfg->{Filter}, $Vend::Session->{Filter}) { next unless $macro;