Fix LOG on line 231
This commit is contained in:
parent
aad2d7378e
commit
e917c025d0
|
@ -228,7 +228,7 @@ handle_info({timeout, TRef, tick}, State = #state{timer = TRef, updates = Update
|
||||||
{noreply, start_timer(State#state{updates = Updates1}), hibernate};
|
{noreply, start_timer(State#state{updates = Updates1}), hibernate};
|
||||||
|
|
||||||
handle_info(Info, State) ->
|
handle_info(Info, State) ->
|
||||||
?LOG("error, [Stats] Unexpected info: ~p", [Info]),
|
?LOG(error, "[Stats] Unexpected info: ~p", [Info]),
|
||||||
{noreply, State}.
|
{noreply, State}.
|
||||||
|
|
||||||
terminate(_Reason, #state{timer = TRef}) ->
|
terminate(_Reason, #state{timer = TRef}) ->
|
||||||
|
|
Loading…
Reference in New Issue