The couch_log functions are all two-arity
diff --git a/src/rexi_server.erl b/src/rexi_server.erl
index 5f9976d..f71f878 100644
--- a/src/rexi_server.erl
+++ b/src/rexi_server.erl
@@ -90,7 +90,7 @@
     end;
 
 handle_cast(_, St) ->
-    couch_log:notice("rexi_server ignored_cast"),
+    couch_log:notice("rexi_server ignored_cast", []),
     {noreply, St}.
 
 handle_info({'DOWN', Ref, process, _, normal}, #st{workers=Workers} = St) ->