Software /
code /
prosody
Changeset
10947:801b9d5957a6 0.11
util.startup: Remove duplicated initialization of logging (fix #1527)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 22 Jun 2020 14:56:44 +0200 |
parents | 10943:22b1298403ff |
children | 10948:bebb384090b0 10950:a23328c46389 |
files | util/startup.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/startup.lua Sun Jun 21 19:20:54 2020 +0200 +++ b/util/startup.lua Mon Jun 22 14:56:44 2020 +0200 @@ -597,7 +597,6 @@ startup.sandbox_require(); startup.set_function_metatable(); startup.check_dependencies(); - startup.init_logging(); startup.load_libraries(); startup.setup_plugindir(); startup.setup_datadir();