X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM%2FIRSpy.pm;h=96ead57a29e501296651d5066324d5ddcd50291f;hb=d62e0cbe64ec40702f792a45c252585dae147d4c;hp=de2c56163ba51af55b3a2013d6020bf264e0b0f1;hpb=f21f53477d35eaec195032d371769088337feaa9;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index de2c561..96ead57 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -533,7 +533,8 @@ sub check { $conn->option(current_test_address => $nextaddr); my $tname = $node->name(); if ($this->should_skip_test($tname)) { - warn "skipping test '$tname' due to rule"; + $conn->log("irspy_test", + "skipping test '$nextaddr' = $tname due to rule"); goto NEXT_TEST; }