From b0de35168bbb3c04f389716495fe0b2d6d12bd5b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 20 Dec 2012 14:20:27 +0000 Subject: [PATCH 1/1] Logging of sikppped tests raised from irspy_debug level to irspy_test. --- lib/ZOOM/IRSpy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 7b7abd2..bc37164 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -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(); -- 1.7.10.4