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:
f68386b
)
Logging of sikppped tests raised from irspy_debug level to irspy_test.
author
Mike Taylor
<mike@indexdata.com>
Thu, 20 Dec 2012 14:20:27 +0000
(14:20 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 20 Dec 2012 14:20:27 +0000
(14:20 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
7b7abd2
..
bc37164
100644
(file)
--- 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();