From: Mike Taylor Date: Mon, 25 Mar 2013 18:00:22 +0000 (+0000) Subject: Better logging when skipping tests. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=02ede4357cc423914351e11bb2e5c903252e8a50;ds=sidebyside Better logging when skipping tests. Fixes part of IR-338. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 93b5192..fe1984c 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -644,7 +644,7 @@ sub check { length($node->next()->address()) >= length($address)) { $conn->log("irspy_test", "skipping from '", $node->address(), "' to '", - $node->next()->address(), "'"); + $node->next()->address(), "' (", $node->next()->name(), ")"); $node = $node->next(); $skipcount++; }