Better task-level logging.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Task / Retrieve.pm
index 1580e94..15877bc 100644 (file)
@@ -47,7 +47,8 @@ sub run {
     my $rs = $this->{rs};
     my $index0 = $this->{index0};
     $this->irspy()->log("irspy_task", $conn->option("host"),
     my $rs = $this->{rs};
     my $index0 = $this->{index0};
     $this->irspy()->log("irspy_task", $conn->option("host"),
-                       " retrieving record $index0 from $rs");
+                       " retrieving record $index0 from $rs, rs='",
+                       $rs->option("preferredRecordSyntax"), "'");
     $rs->records($index0, 1, 0); # requests record
     warn "no ZOOM-C level events queued by $this"
        if $conn->is_idle();
     $rs->records($index0, 1, 0); # requests record
     warn "no ZOOM-C level events queued by $this"
        if $conn->is_idle();