[PATCH] kickstart.py: Fix stdoutLog not being defined

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Note we are using "print" in various places in kickstart.py, these
messages won't get logged, maybe we should convert those places to
use stdoutLog ?
---
 kickstart.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kickstart.py b/kickstart.py
index a62f284..351da10 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -55,6 +55,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
 
 import logging
 log = logging.getLogger("anaconda")
+stdoutLog = logging.getLogger("anaconda.stdout")
 from anaconda_log import logger, logLevelMap, setHandlersLevel
 
 class AnacondaKSScript(Script):
-- 
1.6.5.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux