Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Improve error message format
Browse files Browse the repository at this point in the history
  • Loading branch information
markan committed Jul 29, 2015
1 parent 3c10bdb commit 487b440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pushy/src/pushy_job_state.erl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ voting({Response, NodeRef},
down ->
add_quorum_vote_event(State, NodeName, down);
_ ->
lager:error("bad response while voting on job ~p: ~p ~p", [JobId, NodeName, Response]),
lager:error("Job ~p bad response while voting ~p ~p", [JobId, NodeName, Response]),
State
end,
State2 = case get_node_state(NodeRef, State1) of
Expand Down

0 comments on commit 487b440

Please sign in to comment.