From 29885f56dd073c1dc2f573fdd42a496194005cc6 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 2 Jan 2009 21:46:03 +0000 Subject: fix for update notifier with couch os process. thanks davisp git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@730846 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_db_update_notifier.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_db_update_notifier.erl') diff --git a/src/couchdb/couch_db_update_notifier.erl b/src/couchdb/couch_db_update_notifier.erl index 68948afb..ef50e704 100644 --- a/src/couchdb/couch_db_update_notifier.erl +++ b/src/couchdb/couch_db_update_notifier.erl @@ -37,7 +37,7 @@ stop(Pid) -> couch_event_sup:stop(Pid). init(Exec) when is_list(Exec) -> % an exe - {ok, couch_os_process:start_link(Exec, [], [stream, exit_status, hide])}; + couch_os_process:start_link(Exec, [], [stream, exit_status, hide]); init(Else) -> {ok, Else}. -- cgit v1.2.3