mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Get rid of meaningless log message
This commit is contained in:
parent
19975962ea
commit
3a02c4369f
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ init({SockMod, Socket}, Opts) ->
|
||||||
|
|
||||||
CustomHeaders = proplists:get_value(custom_headers, Opts, []),
|
CustomHeaders = proplists:get_value(custom_headers, Opts, []),
|
||||||
|
|
||||||
?INFO_MSG("started: ~p", [{SockMod1, Socket1}]),
|
|
||||||
State = #state{sockmod = SockMod1,
|
State = #state{sockmod = SockMod1,
|
||||||
socket = Socket1,
|
socket = Socket1,
|
||||||
default_host = DefaultHost,
|
default_host = DefaultHost,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue