Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Deregistered, not registered
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Oct 7, 2014
1 parent d36c819 commit 43f70e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rabbit_autocluster_consul.erl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ shutdown() ->
io:format("~n Consul Cluster Deregistering: "),
case deregister() of
ok ->
io:format("Node registered~n");
io:format("Node deregistered~n");
Other ->
io:format("Error registering: ~p~n", [Other])
io:format("Error deregistering: ~p~n", [Other])
end,
ok.

Expand Down

0 comments on commit 43f70e5

Please sign in to comment.