diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 0a98cfe5fc9..a7b45580016 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -275,7 +275,7 @@ var/global/list/default_medbay_channels = list( ..() /mob/living/automatedannouncer/proc/autocleanup() - log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)], Loc: [src.locs[1]]" + log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)], Loc: [src.loc.loc]" qdel(src) // Interprets the message mode when talking into a radio, possibly returning a connection datum