--- AnyEvent-FCP/FCP.pm 2016/06/15 09:20:42 1.25 +++ AnyEvent-FCP/FCP.pm 2016/06/15 09:21:14 1.26 @@ -455,7 +455,7 @@ on_failure => sub { my ($fcp, $request_type, $orig_args, $backtrace, $error_object) = @_; - warn "FCP failure ($type), $error_object->{code_description} ($error_object->{extra_description})$backtrace"; + warn "FCP failure ($type @$args), $error_object->{code_description} ($error_object->{extra_description})$backtrace"; exit 1; },