mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
add some debug logging
This commit is contained in:
parent
70f4ecac50
commit
5a39b0d14b
1 changed files with 4 additions and 0 deletions
4
tile.lua
4
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
|
||||
|
|
Loading…
Reference in a new issue