From 26413adab50bf0b09cb624a7d724627554e88e89 Mon Sep 17 00:00:00 2001 From: WS64 Date: Sat, 23 Aug 2014 08:50:51 +0200 Subject: [PATCH] resolve github inconsistencies --- frontend/ui/uimanager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +