diff --git a/station_2_6.lua b/station_2_6.lua index 3afa232..6058bba 100644 --- a/station_2_6.lua +++ b/station_2_6.lua @@ -764,7 +764,8 @@ local function TCSMain() bus:push(ev) end else -- Unknown event - -- Ignore. + -- Debug: Output the event name + print("Ignoring:",ev) end -- End of event patch end -- End of loop doCleanUp()