mod_spam_filter: Fix typo in log message

This commit is contained in:
Holger Weiss 2019-04-10 01:49:39 +02:00
parent 05a5f002a3
commit 4787e890af
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ reload_files(JIDsFile, URLsFile, #state{host = Host} = State) ->
true -> true ->
?INFO_MSG("Reloaded spam URLs for ~s (unchanged)", [Host]); ?INFO_MSG("Reloaded spam URLs for ~s (unchanged)", [Host]);
false -> false ->
?INFO_MSG("Reloaded spam URLs for ~s (modfied)", [Host]) ?INFO_MSG("Reloaded spam URLs for ~s (changed)", [Host])
end, end,
Txt = <<"Reloaded spam JID/URL files">>, Txt = <<"Reloaded spam JID/URL files">>,
{{ok, Txt}, State#state{jid_set = JIDsSet, url_set = URLsSet}} {{ok, Txt}, State#state{jid_set = JIDsSet, url_set = URLsSet}}