You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/08/17 23:18:35 UTC

mem3 commit: updated refs/heads/windsor-merge to 5668712

Repository: couchdb-mem3
Updated Branches:
  refs/heads/windsor-merge b3ddfca9d -> 5668712fa


Replace twig with couch_log


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/5668712f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/5668712f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/5668712f

Branch: refs/heads/windsor-merge
Commit: 5668712fab6f55ad3edac7a86b30b90d8393433e
Parents: b3ddfca
Author: Paul J. Davis <pa...@gmail.com>
Authored: Sun Aug 17 16:18:30 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Sun Aug 17 16:18:30 2014 -0500

----------------------------------------------------------------------
 src/mem3_rep.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/5668712f/src/mem3_rep.erl
----------------------------------------------------------------------
diff --git a/src/mem3_rep.erl b/src/mem3_rep.erl
index 339bd66..1213884 100644
--- a/src/mem3_rep.erl
+++ b/src/mem3_rep.erl
@@ -336,7 +336,7 @@ find_repl_doc(SrcDb, TgtUUIDPrefix) ->
         {ok, _, not_found} ->
             {not_found, missing};
         Else ->
-            twig:log(err, "Error finding replication doc: ~w", [Else]),
+            couch_log:error("Error finding replication doc: ~w", [Else]),
             {not_found, missing}
     end.