mod_spam_filter: Fix typo in log message
This commit is contained in:
parent
05a5f002a3
commit
4787e890af
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue