diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index 79eeed5ac..27c4800f7 100644 --- a/src/mod_http_fileserver.erl +++ b/src/mod_http_fileserver.erl @@ -154,9 +154,9 @@ initialize(Host, Opts) -> end, L) end, []), ?DEFAULT_CONTENT_TYPES), - ?INFO_MSG("known content types: ~s", - [str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes], - <<", ">>)]), + ?DEBUG("known content types: ~s", + [str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes], + <<", ">>)]), #state{host = Host, accesslog = AccessLog, accesslogfd = AccessLogFD,