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

[27/35] git commit: Fix callback spec arity

Fix callback spec arity


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/commit/6b829185
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/tree/6b829185
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/diff/6b829185

Branch: refs/heads/windsor-merge
Commit: 6b829185d03d80963466258b1c92719acf3be5ec
Parents: 8e6797a
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Fri May 24 14:09:56 2013 -0400
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Jul 30 17:47:13 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/blob/6b829185/src/couch_event_listener.erl
----------------------------------------------------------------------
diff --git a/src/couch_event_listener.erl b/src/couch_event_listener.erl
index 34db139..9d4c8da 100644
--- a/src/couch_event_listener.erl
+++ b/src/couch_event_listener.erl
@@ -43,7 +43,7 @@ behaviour_info(callbacks) ->
         {init,1},
         {terminate,2},
         {handle_cast,2},
-        {handle_event,2},
+        {handle_event,3},
         {handle_info,2}
     ];
 behaviour_info(_) ->