Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Stop logging reconnect delay timer start.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Apr 17, 2013
1 parent f680eb5 commit 9e941a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/logplex_tcpsyslog_drain.erl
Expand Up @@ -381,9 +381,6 @@ reconnect(State = #state{failures = F}) ->

reconnect_in(MS, State = #state{}) ->
Ref = erlang:start_timer(MS, self(), ?RECONNECT_MSG),
?INFO("drain_id=~p channel_id=~p dest=~s at=reconnect_delay delay=~p "
"ref=~p",
log_info(State, [MS, Ref])),
State#state{reconnect_tref = Ref}.

%% @private
Expand Down

0 comments on commit 9e941a8

Please sign in to comment.