From 376b0c344f98028bec2dcafbce54946f08bbb3d2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 21 Nov 2006 11:48:01 +0000 Subject: [PATCH] More accurate debugging output. --- lib/ZOOM/IRSpy.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 7144720..ea292c9 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.50 2006-11-20 15:06:46 mike Exp $ +# $Id: IRSpy.pm,v 1.51 2006-11-21 11:48:01 mike Exp $ package ZOOM::IRSpy; @@ -565,8 +565,8 @@ sub _last_sibling_test { my $maybe = $this->_next_sibling_test($address); last if !defined $maybe; $nskipped++; - $this->log("irspy", "skipping $nskipped tests to '$address'"); $address = $maybe; + $this->log("irspy", "skipping $nskipped tests to '$address'"); } return ($address, $nskipped); -- 1.7.10.4