X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FRecord%2FFetch.pm;h=86ae65aae69147c45d8ca9a980ab37cad34f8aa2;hp=05692456342e6592860eedf1c300bb0234736ba8;hb=de102bba2f8ef10e6861e5d5a7b2385be73ccc69;hpb=4601c83f5bdd52f8b68d824c70c478df1eef28e4 diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index 0569245..86ae65a 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -1,4 +1,4 @@ -# $Id: Fetch.pm,v 1.28 2007-05-01 16:31:08 mike Exp $ +# $Id: Fetch.pm,v 1.29 2007-05-09 12:05:04 mike Exp $ # See the "Main" test package for documentation @@ -101,7 +101,8 @@ sub record { my $ok = 0; if (!$record || $record->error()) { $conn->log("irspy_test", "retrieval of $syn record failed: ", - defined $record ? $record->exception() : "???"); + defined $record ? $record->exception() : + $conn->exception()); } else { $ok = 1; my $text = $record->render();