X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTask%2FConnect.pm;h=5080a7adbe71010628d97fc6deb69e182b305141;hb=426f1dd0916ccd6901f76ed1edfe60051134e5b8;hp=e850681af10ee9510d3a377f916c9148164fcf36;hpb=2f0b70c623d22254ecba491f8888b9001e12e017;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Task/Connect.pm b/lib/ZOOM/IRSpy/Task/Connect.pm index e850681..5080a7a 100644 --- a/lib/ZOOM/IRSpy/Task/Connect.pm +++ b/lib/ZOOM/IRSpy/Task/Connect.pm @@ -1,4 +1,4 @@ -# $Id: Connect.pm,v 1.2 2006-10-11 16:47:44 mike Exp $ +# $Id: Connect.pm,v 1.6 2006-11-02 16:11:44 mike Exp $ # See ZOOM/IRSpy/Task/Search.pm for documentation @@ -20,9 +20,15 @@ sub new { sub run { my $this = shift(); + $this->set_options(); + my $conn = $this->conn(); - $conn->log("irspy_test", "connecting"); + $conn->log("irspy_task", "connecting"); $conn->connect($conn->option("host")); + warn "no ZOOM-C level events queued by $this" + if $conn->is_idle(); + + $this->set_options(); } sub render {