# HG changeset patch # User Marco Cirillo # Date 1340715952 0 # Node ID ce8e7b784be0fbda745f560f8f732b6f07d93904 # Parent 8ad2e24f5efd6bd7198a38ec494804f3204d650b mod_host_guard: adjusted log message. diff -r 8ad2e24f5efd -r ce8e7b784be0 mod_host_guard/mod_host_guard.lua --- 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