Comparison

util/startup.lua @ 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
parent 10603:dbd60f473164
child 10948:bebb384090b0
child 11073:5691b9773c5b
comparison
equal deleted inserted replaced
10943:22b1298403ff 10947:801b9d5957a6
595 startup.init_logging(); 595 startup.init_logging();
596 startup.sanity_check(); 596 startup.sanity_check();
597 startup.sandbox_require(); 597 startup.sandbox_require();
598 startup.set_function_metatable(); 598 startup.set_function_metatable();
599 startup.check_dependencies(); 599 startup.check_dependencies();
600 startup.init_logging();
601 startup.load_libraries(); 600 startup.load_libraries();
602 startup.setup_plugindir(); 601 startup.setup_plugindir();
603 startup.setup_datadir(); 602 startup.setup_datadir();
604 startup.chdir(); 603 startup.chdir();
605 startup.add_global_prosody_functions(); 604 startup.add_global_prosody_functions();