[anaconda][PATCH] Log continuing from hub if there are no spokes

Vratislav Podzimek vpodzime at redhat.com
Mon Nov 4 09:04:34 UTC 2013


This event is important and otherwise hard to detect afterwards from logs.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/hubs/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/hubs/__init__.py b/pyanaconda/ui/gui/hubs/__init__.py
index e3b6fcb..aa400b2 100644
--- a/pyanaconda/ui/gui/hubs/__init__.py
+++ b/pyanaconda/ui/gui/hubs/__init__.py
@@ -312,6 +312,7 @@ class Hub(GUIObject, common.Hub):
 
         if not self._spokes and self.continueButton:
             # no spokes, move on
+            log.info("no spokes available on %s, continuing automatically", self)
             gtk_call_once(self.continueButton.emit, "clicked")
 
         click_continue = False
-- 
1.7.11.7



More information about the anaconda-patches mailing list