X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM%2FIRSpy.pm;h=b190d62b6ffead64330b72d608e53ccb867ec54d;hb=52bd387fb223d167d52656bbe178a993ad7172a8;hp=7144720d7d96a223707432102e38a4730754a3f2;hpb=cc80ad6188af18169601ba31b2d0338da8612ea4;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 7144720..b190d62 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.52 2006-12-06 11:26:52 mike Exp $ package ZOOM::IRSpy; @@ -488,7 +488,8 @@ sub check { my $conn = $conn[$i1-1]; my $ev = $conn->last_event(); my $evstr = ZOOM::event_str($ev); - warn "$conn still has ZOOM-C level task queued: $ev ($evstr)"; + warn "$conn still has ZOOM-C level task queued: $ev ($evstr)" + if $ev != ZOOM::Event::ZEND; } return $nskipped; @@ -565,8 +566,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);