Skip to content

Commit

Permalink
minor typo introduced in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
snar committed Sep 3, 2014
1 parent e38fd88 commit 5b45dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reunion.erl
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ schedule_ping() ->
Time when is_integer(Time) ->
erlang:start_timer(Time*1000, ?MODULE, ping);
Bad ->
error_logger:info_msg("~p: bad reconnect value ~p", [?MODULE, Bad])
error_logger:info_msg("~p: bad reconnect value ~p", [?MODULE, Bad]),
erlang:start_timer(Exp*1000, ?MODULE, ping)
end.

Expand Down

0 comments on commit 5b45dce

Please sign in to comment.