X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=d9674b7e18c21763b3e11aae74d74534ece871f4;hb=8cd84184f5179731f9ed55743f3a8a37c295e499;hp=2024e4609f70bb3ef55b57a422bdf902c63dd5f6;hpb=b950b026884c7e87d3e1bfab609e0cb4a22f740c;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 2024e46..d9674b7 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.7 2006-07-18 11:10:38 mike Exp $ +# $Id: IRSpy.pm,v 1.9 2006-07-21 11:28:16 mike Exp $ package ZOOM::IRSpy; @@ -79,7 +79,7 @@ sub targets { my($host, $port, $db, $newtarget) = _parse_target_string($target); if ($newtarget ne $target) { $this->log("irspy_debug", "rewriting '$target' to '$newtarget'"); - $target = $newtarget; ### Does this get written through the ref? + $target = $newtarget; # This written through the ref } push @qlist, (qq[(host = "$host" and port = "$port" and path="$db")]); @@ -230,7 +230,6 @@ sub record { # Can be called with a Connection instead of a target-name my $conn = $target; $target = $conn->option("host"); - $this->log("irspy_debug", "record() resolved $conn to '$target'"); } return $this->{target2record}->{lc($target)};