Skip to content

Commit

Permalink
Use default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jan 23, 2020
1 parent e080c97 commit 7321632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaeger_passage_reporter.erl
Expand Up @@ -87,7 +87,7 @@
-spec start(reporter_id()) -> {ok, passage_reporter:reporter()} | {error, Reason} when
Reason :: {already_started, pid()} | term().
start(ReporterId) ->
start(ReporterId, [{protocol, udp}]).
start(ReporterId, []).

%% @doc Starts a reporter process.
-spec start(reporter_id(), start_options()) -> {ok, Reporter} | {error, Reason} when
Expand Down

0 comments on commit 7321632

Please sign in to comment.