Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0D954200B52 for ; Mon, 25 Jul 2016 21:30:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C3E7160A7D; Mon, 25 Jul 2016 19:30:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7948B160A67 for ; Mon, 25 Jul 2016 21:30:42 +0200 (CEST) Received: (qmail 6021 invoked by uid 500); 25 Jul 2016 19:30:41 -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 6011 invoked by uid 99); 25 Jul 2016 19:30:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2016 19:30:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8B953E00A7; Mon, 25 Jul 2016 19:30:41 +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: X-Mailer: ASF-Git Admin Mailer Subject: couch-index commit: updated refs/heads/master to 7d3d34f Date: Mon, 25 Jul 2016 19:30:41 +0000 (UTC) archived-at: Mon, 25 Jul 2016 19:30:43 -0000 Repository: couchdb-couch-index Updated Branches: refs/heads/master e7d269800 -> 7d3d34f22 Use new reason formatting 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/7d3d34f2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/tree/7d3d34f2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/diff/7d3d34f2 Branch: refs/heads/master Commit: 7d3d34f2223dbc5f348d1fc370dadfca6433f9c5 Parents: e7d2698 Author: Paul J. Davis Authored: Mon Jul 25 14:30:20 2016 -0500 Committer: Paul J. Davis Committed: Mon Jul 25 14:30:26 2016 -0500 ---------------------------------------------------------------------- src/couch_index.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/blob/7d3d34f2/src/couch_index.erl ---------------------------------------------------------------------- diff --git a/src/couch_index.erl b/src/couch_index.erl index 7f54a7f..b6a6c99 100644 --- a/src/couch_index.erl +++ b/src/couch_index.erl @@ -139,7 +139,7 @@ terminate(Reason, State) -> couch_index_util:hexsig(Mod:get(signature, IdxState)), Reason ], - couch_log:info("Closing index for db: ~s idx: ~s sig: ~p~nreason: ~p", Args), + couch_log:info("Closing index for db: ~s idx: ~s sig: ~p because ~r", Args), ok.