X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=ea292c9cb2320b9222eaed346416c6ee91cb44f0;hb=107a174e56c7b08f5401dd8d878fc143d93b879c;hp=7144720d7d96a223707432102e38a4730754a3f2;hpb=cc80ad6188af18169601ba31b2d0338da8612ea4;p=irspy-moved-to-github.git 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);