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:
60210c4
)
More accurate debugging output.
author
Mike Taylor
<mike@indexdata.com>
Tue, 21 Nov 2006 11:48:01 +0000
(11:48 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 21 Nov 2006 11:48:01 +0000
(11:48 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
7144720
..
ea292c9
100644
(file)
--- a/
lib/ZOOM/IRSpy.pm
+++ b/
lib/ZOOM/IRSpy.pm
@@
-1,4
+1,4
@@
-# $Id: IRSpy.pm,v 1.50 2006-11-20 15:06:46 mike Exp $
+# $Id: IRSpy.pm,v 1.51 2006-11-21 11:48:01 mike Exp $
package ZOOM::IRSpy;
@@
-565,8
+565,8
@@
sub _last_sibling_test {
my $maybe = $this->_next_sibling_test($address);
last if !defined $maybe;
$nskipped++;
- $this->log("irspy", "skipping $nskipped tests to '$address'");
$address = $maybe;
+ $this->log("irspy", "skipping $nskipped tests to '$address'");
}
return ($address, $nskipped);