projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4b19e
)
Better task-level logging.
author
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 5 Jul 2010 16:33:48 +0000
(17:33 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 5 Jul 2010 16:33:48 +0000
(17:33 +0100)
lib/ZOOM/IRSpy/Task/Retrieve.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Task/Retrieve.pm
b/lib/ZOOM/IRSpy/Task/Retrieve.pm
index
1580e94
..
15877bc
100644
(file)
--- a/
lib/ZOOM/IRSpy/Task/Retrieve.pm
+++ b/
lib/ZOOM/IRSpy/Task/Retrieve.pm
@@
-47,7
+47,8
@@
sub run {
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();