mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_stun_disco: Fix wording of log message
This commit is contained in:
parent
16645a3c0a
commit
515dfc002b
@ -347,7 +347,7 @@ handle_cast({reload, NewOpts, _OldOpts}, #state{host = Host} = State) ->
|
|||||||
TTL = get_configured_ttl(NewOpts),
|
TTL = get_configured_ttl(NewOpts),
|
||||||
{noreply, State#state{services = Services, secret = Secret, ttl = TTL}};
|
{noreply, State#state{services = Services, secret = Secret, ttl = TTL}};
|
||||||
handle_cast(Request, State) ->
|
handle_cast(Request, State) ->
|
||||||
?ERROR_MSG("Got unexpected request from: ~p", [Request]),
|
?ERROR_MSG("Got unexpected request: ~p", [Request]),
|
||||||
{noreply, State}.
|
{noreply, State}.
|
||||||
|
|
||||||
-spec handle_info(term(), state()) -> {noreply, state()}.
|
-spec handle_info(term(), state()) -> {noreply, state()}.
|
||||||
|
Loading…
Reference in New Issue
Block a user