mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_storage_sql: Remove module status on unknown 'debug' level
Expected this to be translated to 'core', but it logs an error instead. See previous commit.
This commit is contained in:
parent
d90a094949
commit
3605137656
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ function module.load()
|
|||
engine = engines[db_uri];
|
||||
if not engine then
|
||||
module:log("debug", "Creating new engine %s", db_uri);
|
||||
module:log_status("debug", "Creating new engine for "..params.driver);
|
||||
engine = sql:create_engine(params, function (engine) -- luacheck: ignore 431/engine
|
||||
if module:get_option("sql_manage_tables", true) then
|
||||
-- Automatically create table, ignore failure (table probably already exists)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue