[Pkg-privacy-commits] [tails-installer] 21/35: Show warnings in the gui

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.

commit 4edb6f9f2a418977295755e572bab0517ff50e8c
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Apr 23 12:55:12 2013 -0400

    Show warnings in the gui
---
 liveusb/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index e1491d4..d6deecd 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -261,7 +261,7 @@ class LiveUSBLogHandler(logging.Handler):
         self.cb = cb
 
     def emit(self, record):
-        if record.levelname in ('INFO', 'ERROR'):
+        if record.levelname in ('INFO', 'ERROR', 'WARN'):
             self.cb(record.msg)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list