diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 15:10:44 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 15:10:44 -0400 |
commit | 2e345b84dac07d71396d2c7ad651eb8af52be3d4 (patch) | |
tree | c89d7ac3b225b25c707f99520ce592f4a42d0d57 /apps/mem3 | |
parent | 9149dea577c9f706626c0b8e90b1ddbf837a66f7 (diff) |
remove some logging
Diffstat (limited to 'apps/mem3')
-rw-r--r-- | apps/mem3/src/mem3_util.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mem3/src/mem3_util.erl b/apps/mem3/src/mem3_util.erl index 2ed84db6..d8ed42b7 100644 --- a/apps/mem3/src/mem3_util.erl +++ b/apps/mem3/src/mem3_util.erl @@ -48,7 +48,7 @@ write_db_doc(Doc) -> try update_db_doc(Db, Doc) catch conflict -> - ?LOG_ERROR("conflict writing db doc, must be a race", []) + ok % assume this is a race with another shard on this node after couch_db:close(Db) end. |