From: Mike Taylor Date: Thu, 20 Dec 2012 14:20:27 +0000 (+0000) Subject: Logging of sikppped tests raised from irspy_debug level to irspy_test. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=b0de35168bbb3c04f389716495fe0b2d6d12bd5b;hp=f68386b23d90f5cba81a6cffe213226dc21f43e5 Logging of sikppped tests raised from irspy_debug level to irspy_test. --- 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();