Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A24A0117CF for ; Sun, 17 Aug 2014 21:18:35 +0000 (UTC) Received: (qmail 81947 invoked by uid 500); 17 Aug 2014 21:18:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 81891 invoked by uid 500); 17 Aug 2014 21:18:35 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 81882 invoked by uid 99); 17 Aug 2014 21:18:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2014 21:18:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 49249929DFA; Sun, 17 Aug 2014 21:18:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Message-Id: <82b5898c188647ffabcbbec293f5aa8a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: mem3 commit: updated refs/heads/windsor-merge to 5668712 Date: Sun, 17 Aug 2014 21:18:35 +0000 (UTC) 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 Authored: Sun Aug 17 16:18:30 2014 -0500 Committer: Paul J. Davis 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.