From e019a46286d29b6a3a0ff6f250c9072782c175e8 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 26 Dec 2023 13:08:52 +0100 Subject: [PATCH] tile.lua: explicitely log if no room is configured --- tile.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tile.lua b/tile.lua index 0a464dd..fcda94f 100644 --- a/tile.lua +++ b/tile.lua @@ -112,6 +112,8 @@ local function check_next_talks() if current_room then log("my room is '" .. current_room .. "'") + else + log("running without room selection!") end for idx = 1, #schedule do