Qdel failures now have their own log file (#1014)

This commit is contained in:
CitadelStationBot
2017-05-18 12:38:03 -05:00
committed by Poojawa
parent 1f4bd27f37
commit f1a158e0a2
+1 -1
View File
@@ -60,7 +60,7 @@ SUBSYSTEM_DEF(garbage)
for(var/path in sleptDestroy)
dellog += "Path : [path] \n"
dellog += "Sleeps : [sleptDestroy[path]] \n"
log_world(dellog.Join())
text2file("[GLOB.log_directory]/qdel.log", dellog.Join())
/datum/controller/subsystem/garbage/fire()
HandleToBeQueued()