# HG changeset patch # User Kim Alvefur # Date 1376158230 -7200 # Node ID b374eb414a32f4c16c199b287311f76c3ae2f17d # Parent bc3bf4ded7e423fb09b470587a01f7f6971ff0b4 mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too diff -r bc3bf4ded7e4 -r b374eb414a32 plugins/mod_auth_internal_plain.lua --- 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);