From fc65b0c1bed25c5c96c618843d0bf4b0fcbe1b54 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 5 May 2020 11:43:42 -0400 Subject: [PATCH] More test logging --- tests/DMAPI/LongRunning/Test.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index f1339a2b06..8f5c58c956 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -23,6 +23,9 @@ /datum/tgs_event_handler/impl/HandleEvent(event_code, ...) set waitfor = FALSE + + TgsChatBroadcast("Recieved event: [json_encode(args)]") + if(event_code != TGS_EVENT_REBOOT_MODE_CHANGE) return