From 02ede4357cc423914351e11bb2e5c903252e8a50 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 25 Mar 2013 18:00:22 +0000 Subject: [PATCH] Better logging when skipping tests. Fixes part of IR-338. --- 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 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++; } -- 1.7.10.4