Logging of sikppped tests raised from irspy_debug level to irspy_test.
authorMike Taylor <mike@indexdata.com>
Thu, 20 Dec 2012 14:20:27 +0000 (14:20 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 20 Dec 2012 14:20:27 +0000 (14:20 +0000)
lib/ZOOM/IRSpy.pm

index 7b7abd2..bc37164 100644 (file)
@@ -641,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();