Skip to content

Commit 41936e2

Browse files
lukebakkenmichaelklishin
authored andcommitted
Add stacktrace
Try to figure out where `badarg` is coming from
1 parent 8eaa545 commit 41936e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

+3-3
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,9 @@ handle_tick(QName,
498498
ok
499499
end
500500
catch
501-
_:Err ->
502-
rabbit_log:debug("~ts: handle tick failed with ~p",
503-
[rabbit_misc:rs(QName), Err]),
501+
Class:Error:Stacktrace ->
502+
rabbit_log:debug("~ts: handle tick failed with ~tp:~tp:~tp",
503+
[rabbit_misc:rs(QName), Class, Error, Stacktrace]),
504504
ok
505505
end
506506
end).

0 commit comments

Comments
 (0)