[Pkg-privacy-commits] [tails-installer] 07/34: Make warning message match code behavior.

anonym anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:31 UTC 2018


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

anonym-tails-guest pushed a commit to branch tails/master
in repository tails-installer.

commit 98c0f60bf4a2c8ecc930a9d3f6d85f4419f5bd3a
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 20 10:45:21 2018 +0000

    Make warning message match code behavior.
    
    We don't *skip* these devices: we store then in the list and set a flag
    that gui.py will use to filter them out.
---
 tails_installer/creator.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tails_installer/creator.py b/tails_installer/creator.py
index 7bc8e52..6fe333c 100755
--- a/tails_installer/creator.py
+++ b/tails_installer/creator.py
@@ -666,7 +666,8 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator):
                     else data['size']) \
                and not self.device_can_be_upgraded(data):
                 self.log.warning(
-                    'Skipping too small device: %s' % data['device'])
+                    'Device is too small for installation: %s'
+                    % data['device'])
                 data['is_device_big_enough_for_installation'] = False
 
             mount = data['mount']

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