X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=dbe569a3dcd58a9d4b72595f9e2b67100b7263ad;hb=ac3a873807507e0f454bbba908e90618593e3684;hp=cd1702cc3c1e70a5544bd678d2598e5b2abfd9d5;hpb=29e7ebab90c347cf3a56093097b3597b325ccc57;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index cd1702c..dbe569a 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.33 2006-10-17 16:22:17 mike Exp $ +# $Id: IRSpy.pm,v 1.34 2006-10-18 10:22:54 mike Exp $ package ZOOM::IRSpy; @@ -338,7 +338,7 @@ sub check { my $task = $conn->next_task(); die "no next task queued for $conn" if !defined $task; - $conn->log("irspy_task", "starting task $task"); + $conn->log("irspy_task", "preparing task $task"); $conn->next_task(0); $conn->current_task($task); $task->run(); @@ -491,7 +491,7 @@ sub _last_sibling_test { my $maybe = $this->_next_sibling_test($address); last if !defined $maybe; $nskipped++; - $this->log("irspy", "skipping $nskipped = '$address'"); + $this->log("irspy", "skipping $nskipped tests to '$address'"); $address = $maybe; }