Skip to content

Commit

Permalink
Fix a typo in stacktrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Cox committed Jan 17, 2020
1 parent 98944cb commit cc5e7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_pipe_vnode.erl
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ new_worker(Fitting, #state{partition=P, worker_sup=Sup, worker_q_limit=WQL}) ->
lager:error(
"Pipe worker startup failed:~n"
" ~p:~p~n ~p",
[Type, Reason, ?_get_stacktrace_(StackTrace)]),
[Type, Reason, ?_get_stacktrace_(StackToken)]),
worker_startup_failed
end.

Expand Down

0 comments on commit cc5e7c4

Please sign in to comment.