Fix writing [date] on paper and printout of ref in garbage collector error message.

This commit is contained in:
Leshana
2018-01-23 13:22:17 -05:00
parent 972acdaf2c
commit 9d700f5946
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ SUBSYSTEM_DEF(garbage)
#endif
var/type = D.type
var/datum/qdel_item/I = items[type]
testing("GC: -- \ref[src] | [type] was unable to be GC'd --")
testing("GC: -- \ref[D] | [type] was unable to be GC'd --")
I.failures++
if (GC_QUEUE_HARDDELETE)
HardDelete(D)