diff --git a/src/cowboy_app.erl b/src/cowboy_app.erl index 0ff08f01..c7cefe4c 100644 --- a/src/cowboy_app.erl +++ b/src/cowboy_app.erl @@ -46,7 +46,7 @@ profile_output() -> consider_profiling() -> case application:get_env(profile) of {ok, true} -> - eprof:start(), + {ok, _Pid} = eprof:start(), eprof:start_profiling([self()]); _ -> not_profiling