Skip to content

Commit

Permalink
be noisy on amqp fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Aug 23, 2016
1 parent 92e061a commit c087d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/kazoo_amqp/src/kz_amqp_worker.erl
Expand Up @@ -488,6 +488,7 @@ send_request(CallId, Self, PublishFun, ReqProps)
catch
_R:E ->
lager:debug("failed to publish: ~s: ~p", [_R, E]),
kz_util:log_stacktrace(),
{'error', E}
end.

Expand Down

0 comments on commit c087d9a

Please sign in to comment.