commit:     60ad85c8bc992c8eebacb8ba7a7edbe4462eef9e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 16:31:33 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 15:19:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=60ad85c8

catalyst/base/stagebase.py: Fix "Creating stage tarball..." print()

 catalyst/base/stagebase.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 655ea06..ea37591 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1307,7 +1307,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
                        target_filename = 
".".join([self.settings["target_path"].rstrip('/'),
                                self.compressor.extension(pack_info['mode'])])
 
-                       print "Creating stage tarball..."
+                       print("Creating stage tarball... mode:",
+                               self.settings["compression_mode"])
 
                        if self.compressor.compress(pack_info):
                                self.gen_contents_file(target_filename)

Reply via email to