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 4A51D10939 for ; Wed, 12 Feb 2014 22:55:52 +0000 (UTC) Received: (qmail 51763 invoked by uid 500); 12 Feb 2014 22:55:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 51663 invoked by uid 500); 12 Feb 2014 22:55:51 -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 51656 invoked by uid 99); 12 Feb 2014 22:55:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 22:55:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B60C989D152; Wed, 12 Feb 2014 22:55:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couch-index commit: updated refs/heads/1843-feature-bigcouch to 2c2c95b Date: Wed, 12 Feb 2014 22:55:50 +0000 (UTC) Updated Branches: refs/heads/1843-feature-bigcouch 510599f10 -> 2c2c95b55 Switch to couch_log Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/commit/2c2c95b5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/tree/2c2c95b5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/diff/2c2c95b5 Branch: refs/heads/1843-feature-bigcouch Commit: 2c2c95b551222332d9502304c2b6a534a7822c78 Parents: 510599f Author: Robert Newson Authored: Wed Feb 12 20:12:19 2014 +0000 Committer: Robert Newson Committed: Wed Feb 12 22:55:42 2014 +0000 ---------------------------------------------------------------------- src/couch_index_server.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/blob/2c2c95b5/src/couch_index_server.erl ---------------------------------------------------------------------- diff --git a/src/couch_index_server.erl b/src/couch_index_server.erl index 3d8a797..47d4a1a 100644 --- a/src/couch_index_server.erl +++ b/src/couch_index_server.erl @@ -186,7 +186,7 @@ handle_info({'EXIT', Pid, Reason}, Server) -> end, {noreply, Server}; handle_info(Msg, State) -> - twig:log(warn, "~p did not expect ~p", [?MODULE, Msg]), + couch_log:log(warn, "~p did not expect ~p", [?MODULE, Msg]), {noreply, State}.