diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index 39b77a193..11ee84182 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -481,7 +481,7 @@ code_change(_OldVsn, StateName, StateData, _Extra) -> %% We reached the max_inactivity timeout: handle_info({timeout, Timer, _}, _StateName, #state{id=SID, timer = Timer} = StateData) -> - ?WARNING_MSG("Session timeout. Closing the HTTP bind session: ~p", [SID]), + ?INFO_MSG("Session timeout. Closing the HTTP bind session: ~p", [SID]), {stop, normal, StateData}; handle_info({timeout, WaitTimer, _}, StateName,