Software /
code /
prosody
Diff
core/storagemanager.lua @ 7947:24170d74b00b
core: Split some very long lines [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 04 Mar 2017 17:49:48 +0100 |
parent | 7645:d7b1bc069c12 |
child | 7950:f91e7ec9654e |
child | 7994:3325ac397f17 |
line wrap: on
line diff
--- a/core/storagemanager.lua Fri Mar 03 11:51:32 2017 +0100 +++ b/core/storagemanager.lua Sat Mar 04 17:49:48 2017 +0100 @@ -72,7 +72,8 @@ end end if found_sql2 then - log("error", "The temporary 'sql2' storage module has now been renamed to 'sql', please update your config file: https://prosody.im/doc/modules/mod_storage_sql2"); + log("error", "The temporary 'sql2' storage module has now been renamed to 'sql', " + .."please update your config file: https://prosody.im/doc/modules/mod_storage_sql2"); end return storage_config; end @@ -180,7 +181,8 @@ if driver.purge then purged[driver_name] = driver:purge(user); else - log("warn", "Storage driver %s does not support removing all user data, you may need to delete it manually", driver_name); + log("warn", "Storage driver %s does not support removing all user data, " + .."you may need to delete it manually", driver_name); end end end