--- anaconda_log.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/anaconda_log.py b/anaconda_log.py index d39ec47..83a70c7 100644 --- a/anaconda_log.py +++ b/anaconda_log.py @@ -66,7 +66,7 @@ class AnacondaSyslogHandler(SysLogHandler): record.msg = original_msg class AnacondaLog: - def __init__ (self, minLevel=DEFAULT_TTY_LEVEL): + def __init__ (self): self.tty_loglevel = DEFAULT_TTY_LEVEL self.remote_syslog = None # Create the base of the logger hierarcy. -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list