From 5a39b0d14bcf05f05015b99de73222ce8886504d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 30 Nov 2023 15:59:16 +0100 Subject: [PATCH] add some debug logging --- tile.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tile.lua b/tile.lua index 66efd1e..9de4302 100644 --- a/tile.lua +++ b/tile.lua @@ -269,6 +269,8 @@ local function view_all_talks(starts, ends, config, x1, y1, x2, y2) title = title .. " (" .. talk.locale .. ")" end + log(title .. " AA") + local title_lines = wrap( title, font, title_size, a.width - col2 @@ -292,6 +294,8 @@ local function view_all_talks(starts, ends, config, x1, y1, x2, y2) break end + log(title .. " BB") + -- time local talk_time local delta = talk.start_ts - time