X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=7c99f0965084c426e542b78b234a79716393290a;hb=91d0cf48f6b5023baee4bf3fc6c044979fd5628f;hp=6997079e5f5a568cad3313f4285edd9021535f05;hpb=c84b7d4098ab03515227c044b2e8e472b42d968d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 6997079..7c99f09 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.69 2007-02-26 14:49:23 mike Exp $ +# $Id: IRSpy.pm,v 1.70 2007-02-26 22:20:08 mike Exp $ package ZOOM::IRSpy; @@ -199,8 +199,9 @@ sub initialise { $this->log("irspy_debug", "query '", $this->{query}, "'"); my $rs = $this->{conn}->search(new ZOOM::Query::CQL($this->{query})); + $this->log("irspy", "'", $this->{query}, "' found ", + $rs->size(), " target records"); delete $this->{query}; # No longer needed at all - $this->log("irspy_debug", "found ", $rs->size(), " target records"); my $gatherTargets = !$this->{targets}; foreach my $i (1 .. $rs->size()) { my $target = _render_record($rs, $i-1, "id");