X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTask%2FSearch.pm;h=de4389db1aff9877960edc666d26f82c296b17a4;hb=f70ec789769b8b066b81d76a00802ba3106aec4c;hp=e3db6321de41276caf77a57c3f7da1f7a172205f;hpb=ae94c0308147f8c8db1cd9aafc7ba6c24de2e42d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Task/Search.pm b/lib/ZOOM/IRSpy/Task/Search.pm index e3db632..de4389d 100644 --- a/lib/ZOOM/IRSpy/Task/Search.pm +++ b/lib/ZOOM/IRSpy/Task/Search.pm @@ -1,4 +1,4 @@ -# $Id: Search.pm,v 1.4 2006-10-25 10:54:43 mike Exp $ +# $Id: Search.pm,v 1.6 2006-11-02 16:11:44 mike Exp $ package ZOOM::IRSpy::Task::Search; @@ -43,6 +43,10 @@ sub run { $this->irspy()->log("irspy_task", $conn->option("host"), " searching for '$query'"); $this->{rs} = $conn->search_pqf($query); + warn "no ZOOM-C level events queued by $this" + if $conn->is_idle(); + + $this->set_options(); # I want to catch the situation where a search is attempted on a # not-yet opened connection (e.g. the Search::Title test is run