Skip to content

Commit

Permalink
Fix a dialyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Hoguin committed Dec 15, 2011
1 parent f81cb89 commit ce7084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cowboy_app.erl
Expand Up @@ -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
Expand Down

0 comments on commit ce7084a

Please sign in to comment.