mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +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 .. ")"
|
title = title .. " (" .. talk.locale .. ")"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
log(title .. " AA")
|
||||||
|
|
||||||
local title_lines = wrap(
|
local title_lines = wrap(
|
||||||
title,
|
title,
|
||||||
font, title_size, a.width - col2
|
font, title_size, a.width - col2
|
||||||
|
@ -292,6 +294,8 @@ local function view_all_talks(starts, ends, config, x1, y1, x2, y2)
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
||||||
|
log(title .. " BB")
|
||||||
|
|
||||||
-- time
|
-- time
|
||||||
local talk_time
|
local talk_time
|
||||||
local delta = talk.start_ts - time
|
local delta = talk.start_ts - time
|
||||||
|
|
Loading…
Reference in a new issue