X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM%2FIRSpy.pm;h=fe1984c9cac629e1fd52e118ebacd33188972b2f;hb=887ada2b0c58be15e4e0551fd0cee8672c9fbdb1;hp=96ead57a29e501296651d5066324d5ddcd50291f;hpb=d62e0cbe64ec40702f792a45c252585dae147d4c;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 96ead57..fe1984c 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -65,6 +65,7 @@ BEGIN { ZOOM::Log::mask_str("irspy_unhandled"); ZOOM::Log::mask_str("irspy_test"); ZOOM::Log::mask_str("irspy_task"); + ZOOM::Log::mask_str("irspy_data"); } sub new { @@ -535,6 +536,7 @@ sub check { if ($this->should_skip_test($tname)) { $conn->log("irspy_test", "skipping test '$nextaddr' = $tname due to rule"); + $nskipped += 1; goto NEXT_TEST; } @@ -640,9 +642,9 @@ sub check { my $skipcount = 0; while (defined $node->next() && length($node->next()->address()) >= length($address)) { - $conn->log("irspy_debug", "skipping from '", + $conn->log("irspy_test", "skipping from '", $node->address(), "' to '", - $node->next()->address(), "'"); + $node->next()->address(), "' (", $node->next()->name(), ")"); $node = $node->next(); $skipcount++; }