diff --git a/frontend/ui/gesturedetector.lua b/frontend/ui/gesturedetector.lua index 973e6d40f..353f9f5b0 100644 --- a/frontend/ui/gesturedetector.lua +++ b/frontend/ui/gesturedetector.lua @@ -81,7 +81,7 @@ function GestureDetector:feedEvent(tevs) repeat local tev = table.remove(tevs) if tev then - DEBUG("tev fed to GestureDetector|",tev.x.."|"..tev.y.."|"..tev.id.."|"..tev.slot.."|"..tev.timev.sec.."|"..tev.timev.usec) + DEBUG("tev fed to GestureDetector|",tev.x,"|",tev.y,"|",tev.id,"|",tev.slot,"|",tev.timev.sec,"|",tev.timev.usec) local slot = tev.slot if not self.states[slot] then self:clearState(slot) -- initiate state