X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=f81aaaf8a1c3840160fa6ab4d220f37988b1351d;hb=f7c82835986632a198baa52412be261e857ca75f;hp=e2c7665e285d0cf3c20a99d7c86e6cfa4c876dc2;hpb=d3cce213cda04240eefaca5ef8652e071b0be7cb;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index e2c7665..f81aaaf 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.10 2006-07-24 17:02:20 mike Exp $ +# $Id: Ping.pm,v 1.11 2006-09-13 16:29:55 mike Exp $ # See the "Main" test package for documentation @@ -32,9 +32,9 @@ sub not_connected { maybe_connected(@_, 0) } sub maybe_connected { my($conn, $irspy, $rs, $event, $ok) = @_; - my $rec = $irspy->record($conn); $irspy->log("irspy_test", $conn->option("host"), ($ok ? "" : " not"), " connected"); + my $rec = $irspy->record($conn); $rec->append_entry("irspy:status", "" . $irspy->isodate(time()) . ""); $conn->option(pod_omit => 1) if !$ok;