Software /
code /
prosody-modules
Diff
mod_host_guard/mod_host_guard.lua @ 729:ce8e7b784be0
mod_host_guard: adjusted log message.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Tue, 26 Jun 2012 13:05:52 +0000 |
parent | 728:8ad2e24f5efd |
child | 815:b16b291d68c3 |
line wrap: on
line diff
--- a/mod_host_guard/mod_host_guard.lua Tue Jun 26 12:05:24 2012 +0000 +++ b/mod_host_guard/mod_host_guard.lua Tue Jun 26 13:05:52 2012 +0000 @@ -49,7 +49,7 @@ if not u then module:log ("debug", "adding host protection for: "..host) else - module:log ("debug", "updating host protection for: "..host) + module:log ("debug", "updating or adding host protection for: "..host) end end end