Software / code / prosody
Changeset
5782:f449da907b85
mod_auth_internal_hashed: Remove this 'initializing' message too
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 10 Aug 2013 20:15:25 +0200 |
| parents | 5781:b374eb414a32 |
| children | 5783:3a81e3b0ea4f |
| files | plugins/mod_auth_internal_hashed.lua |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_auth_internal_hashed.lua Sat Aug 10 20:10:30 2013 +0200 +++ b/plugins/mod_auth_internal_hashed.lua Sat Aug 10 20:15:25 2013 +0200 @@ -42,7 +42,6 @@ local host = module.host; -- define auth provider local provider = {}; -log("debug", "initializing internal_hashed authentication provider for host '%s'", host); function provider.test_password(username, password) local credentials = accounts:get(username) or {};