[interchange-cvs] [interchange] Fix incorrect debugging message

Jon Jensen interchange-cvs at icdevgroup.org
Wed Dec 9 17:59:44 UTC 2009


commit 009344b50775f96aadaa02bec1cca14a2f497491
Author: Jon Jensen <jon at endpoint.com>
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;



More information about the interchange-cvs mailing list