Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #517 from basho/kv508-stats-warn
Browse files Browse the repository at this point in the history
Since stats now get repaired when an update fails, log as `warning`
  • Loading branch information
russelldb committed Mar 22, 2013
2 parents fd2e527 + 5d3a080 commit 893d752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_stat.erl
Expand Up @@ -84,7 +84,7 @@ update(Arg) ->
ok
catch
ErrClass:Err ->
lager:error("~p:~p updating stat ~p.", [ErrClass, Err, Arg]),
lager:warning("~p:~p updating stat ~p.", [ErrClass, Err, Arg]),
gen_server:cast(?SERVER, {re_register_stat, Arg})
end.

Expand Down

0 comments on commit 893d752

Please sign in to comment.