projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bb5c4
)
Better logging when skipping tests.
author
Mike Taylor
<mike@indexdata.com>
Mon, 25 Mar 2013 18:00:22 +0000
(18:00 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 25 Mar 2013 18:00:22 +0000
(18:00 +0000)
Fixes part of IR-338.
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
93b5192
..
fe1984c
100644
(file)
--- 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++;
}