Logging of sikppped tests raised from irspy_debug level to irspy_test.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy.pm
index 96ead57..bc37164 100644 (file)
@@ -535,6 +535,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,7 +641,7 @@ 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 = $node->next();