24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Don't polute log with known content types

This commit is contained in:
Evgeniy Khramtsov 2017-02-24 20:57:24 +03:00
parent 4892b01eb4
commit 039ac46963

View File

@ -154,9 +154,9 @@ initialize(Host, Opts) ->
end, L) end, L)
end, []), end, []),
?DEFAULT_CONTENT_TYPES), ?DEFAULT_CONTENT_TYPES),
?INFO_MSG("known content types: ~s", ?DEBUG("known content types: ~s",
[str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes], [str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes],
<<", ">>)]), <<", ">>)]),
#state{host = Host, #state{host = Host,
accesslog = AccessLog, accesslog = AccessLog,
accesslogfd = AccessLogFD, accesslogfd = AccessLogFD,