[Pkg-privacy-commits] [tails-installer] 10/35: Don't display unnecessary warnings (#804)

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:41 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 3f5d67e9c7fcd74c280ea6e6c2ea79eba6e09543
Author: Luke Macken <lmacken at redhat.com>
Date:   Fri Mar 1 11:50:38 2013 -0500

    Don't display unnecessary warnings (#804)
---
 liveusb/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index b387d65..1842834 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -501,7 +501,7 @@ class LiveUSBDialog(QtGui.QDialog, LiveUSBInterface):
             if self.opts.reset_mbr:
                 self.live.reset_mbr()
             else:
-                self.status(_("Warning: The Master Boot Record on your device "
+                self.live.log.warn(_("Warning: The Master Boot Record on your device "
                               "does not match your system's syslinux MBR.  If you "
                               "have trouble booting this stick, try running the "
                               "liveusb-creator with the --reset-mbr option."))

-- 
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