Software /
code /
prosody-modules
Changeset
729:ce8e7b784be0
mod_host_guard: adjusted log message.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Tue, 26 Jun 2012 13:05:52 +0000 |
parents | 728:8ad2e24f5efd |
children | 730:274bb1a96122 |
files | mod_host_guard/mod_host_guard.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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