Initialize failures are now sent to their own logfile (#1015)
This commit is contained in:
committed by
Poojawa
parent
f1a158e0a2
commit
fe60185171
@@ -150,7 +150,7 @@ SUBSYSTEM_DEF(atoms)
|
||||
/datum/controller/subsystem/atoms/Shutdown()
|
||||
var/initlog = InitLog()
|
||||
if(initlog)
|
||||
log_world(initlog)
|
||||
text2file("[GLOB.log_directory]/initialize.log", initlog)
|
||||
|
||||
#undef BAD_INIT_QDEL_BEFORE
|
||||
#undef BAD_INIT_DIDNT_INIT
|
||||
|
||||
Reference in New Issue
Block a user