This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 1097-demote-warning-to-debug
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 077d52bf1c09441e8a90d3f17e6ce4bc8d642a1b
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Mar 7 10:38:55 2018 -0500

    Demote free space calculation failure warning to debug
---
 src/couch/src/couch_compaction_daemon.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/couch_compaction_daemon.erl 
b/src/couch/src/couch_compaction_daemon.erl
index 200c3fd..a8ee4ea 100644
--- a/src/couch/src/couch_compaction_daemon.erl
+++ b/src/couch/src/couch_compaction_daemon.erl
@@ -529,7 +529,7 @@ free_space_rec(Path, [{MountPoint0, Total, Usage} | Rest]) 
->
             trunc(Total - (Total * (Usage / 100))) * 1024
         end;
     {error, Reason} ->
-        couch_log:warning("Compaction daemon - unable to calculate free space"
+        couch_log:debug("Compaction daemon - unable to calculate free space"
             " for `~s`: `~s`",
             [MountPoint0, Reason]),
         free_space_rec(Path, Rest)

-- 
To stop receiving notification emails like this one, please contact
woh...@apache.org.

Reply via email to