add some debug logging

This commit is contained in:
Franzi 2023-11-30 15:59:16 +01:00
parent 70f4ecac50
commit 5a39b0d14b

View file

@ -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