X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;fp=lib%2FZOOM%2FIRSpy.pm;h=bc37164c40ba707f5c354802ec32e4cec0cf7ca7;hp=7b7abd27eb03ea36edb9cb1fa0ec4f5900c477d8;hb=b0de35168bbb3c04f389716495fe0b2d6d12bd5b;hpb=f68386b23d90f5cba81a6cffe213226dc21f43e5 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();