Changeset

8636:8691083420e4

util.startup: Oops, uncomment accidentally-commented code
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Mar 2018 16:11:37 +0000
parents 8635:47e3b8b6f17a
children 8637:c8368c7c81a1
files util/startup.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/startup.lua	Tue Mar 20 16:10:37 2018 +0000
+++ b/util/startup.lua	Tue Mar 20 16:11:37 2018 +0000
@@ -512,7 +512,7 @@
 	startup.init_data_store();
 	startup.init_global_protection();
 	startup.prepare_to_start();
---	startup.notify_started();
+	startup.notify_started();
 end
 
 return startup;