Skip to content

Commit

Permalink
Changed error message to not look like a failure as opposed to just a…
Browse files Browse the repository at this point in the history
…n unsupported setup.
  • Loading branch information
Jeffrey Massung committed Sep 7, 2011
1 parent d137d6f commit 183f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_bitcask_backend.erl
Expand Up @@ -319,7 +319,7 @@ check_fcntl() ->
{undefined,{ok,o_sync}} ->
case riak_core_util:is_arch(linux) of
true ->
lager:warning("{sync_strategy,o_sync} fails on Linux"),
lager:warning("{sync_strategy,o_sync} not implemented on Linux"),
application:set_env(riak_kv,o_sync_warning_logged,true);
_ ->
ok
Expand Down

0 comments on commit 183f6e3

Please sign in to comment.