summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_file_stats.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_file_stats.erl')
-rw-r--r--src/couchdb/couch_file_stats.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_file_stats.erl b/src/couchdb/couch_file_stats.erl
index 90ed973e..5e7d550b 100644
--- a/src/couchdb/couch_file_stats.erl
+++ b/src/couchdb/couch_file_stats.erl
@@ -30,7 +30,7 @@ track_file(Fd) ->
get_stats() ->
#stats{opened=Opened,closed=Closed}=gen_server:call(couch_file_stats,get),
- {ok, [{opened,Opened}, {closed,Closed}]}.
+ [{files_open,Opened-Closed}, {files_closed,Closed}].
start_link() ->