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

Commit 43f70e5

Browse files
committed
Deregistered, not registered
1 parent d36c819 commit 43f70e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_autocluster_consul.erl

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ shutdown() ->
6060
io:format("~n Consul Cluster Deregistering: "),
6161
case deregister() of
6262
ok ->
63-
io:format("Node registered~n");
63+
io:format("Node deregistered~n");
6464
Other ->
65-
io:format("Error registering: ~p~n", [Other])
65+
io:format("Error deregistering: ~p~n", [Other])
6666
end,
6767
ok.
6868

0 commit comments

Comments
 (0)