diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index a18fc8c44..0bbec23f2 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -351,7 +351,7 @@ function UIManager:run() -- stop when we have no window to show if #self._window_stack == 0 then - DEBUG("no dialog left to show") + DEBUG("no dialog left to show, would loop endlessly") self:quit() return nil end @@ -529,3 +529,4 @@ end UIManager:init() return UIManager +