Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagert committed Jan 8, 2016
1 parent cf6752d commit 9b5f873
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lbm_kv_mon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ reduce(Node) ->
{atomic, ok} ->
?INFO("Successfully disconnected from ~s~n", [Node]);
Error = {aborted, _} ->
?LBM_KV_DBG("Failed to remove schema from ~s: ~w~n",
[Node, Error])
?INFO("Failed to remove schema from ~s: ~w~n", [Node, Error])
end;
false ->
%% The disconnected node is not part of the seen `db_nodes' anymore,
Expand Down

0 comments on commit 9b5f873

Please sign in to comment.