Software / code / prosody
Changeset
5781:b374eb414a32
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 10 Aug 2013 20:10:30 +0200 |
| parents | 5780:bc3bf4ded7e4 |
| children | 5782:f449da907b85 |
| files | plugins/mod_auth_internal_plain.lua |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_auth_internal_plain.lua Sat Aug 10 20:09:33 2013 +0200 +++ b/plugins/mod_auth_internal_plain.lua Sat Aug 10 20:10:30 2013 +0200 @@ -16,7 +16,6 @@ -- define auth provider local provider = {}; -log("debug", "initializing internal_plain authentication provider for host '%s'", host); function provider.test_password(username, password) log("debug", "test password for user '%s'", username);