From 3975b8758a6aa58389a74eba15e1908ef86465d8 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sun, 16 Aug 2009 02:37:57 +0000 Subject: Update our Erlang VM requirement to 5.6.5 (R12B5). Also fixes the remaining two compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@804552 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_rep_reader.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/couchdb/couch_rep_reader.erl') diff --git a/src/couchdb/couch_rep_reader.erl b/src/couchdb/couch_rep_reader.erl index d17c6c59..bcb971bb 100644 --- a/src/couchdb/couch_rep_reader.erl +++ b/src/couchdb/couch_rep_reader.erl @@ -93,8 +93,8 @@ handle_info({'DOWN', Ref, _, _, Reason}, State) -> handle_info({'EXIT', Loop, complete}, #state{reader_loop=Loop} = State) -> handle_reader_loop_complete(State). -terminate(Reason, _State) -> - % ?LOG_INFO("rep reader terminating with reason ~p", [Reason]), +terminate(_Reason, _State) -> + % ?LOG_INFO("rep reader terminating with reason ~p", [_Reason]), ok. code_change(_OldVsn, State, _Extra) -> -- cgit v1.2.3