mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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),
|
||||
{noreply, State#state{services = Services, secret = Secret, ttl = TTL}};
|
||||
handle_cast(Request, State) ->
|
||||
?ERROR_MSG("Got unexpected request from: ~p", [Request]),
|
||||
?ERROR_MSG("Got unexpected request: ~p", [Request]),
|
||||
{noreply, State}.
|
||||
|
||||
-spec handle_info(term(), state()) -> {noreply, state()}.
|
||||
|
Loading…
Reference in New Issue
Block a user