ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FCP/FCP.pm
(Generate patch)

Comparing AnyEvent-FCP/FCP.pm (file contents):
Revision 1.25 by root, Wed Jun 15 09:20:42 2016 UTC vs.
Revision 1.26 by root, Wed Jun 15 09:21:14 2016 UTC

453server, in this order, e.g.: 453server, in this order, e.g.:
454 454
455 on_failure => sub { 455 on_failure => sub {
456 my ($fcp, $request_type, $orig_args, $backtrace, $error_object) = @_; 456 my ($fcp, $request_type, $orig_args, $backtrace, $error_object) = @_;
457 457
458 warn "FCP failure ($type), $error_object->{code_description} ($error_object->{extra_description})$backtrace"; 458 warn "FCP failure ($type @$args), $error_object->{code_description} ($error_object->{extra_description})$backtrace";
459 exit 1; 459 exit 1;
460 }, 460 },
461 461
462=item A condvar (as returned by e.g. C<< AnyEvent->condvar >>) 462=item A condvar (as returned by e.g. C<< AnyEvent->condvar >>)
463 463

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines