commit:     8c02a9bcfae418c2e48b05299c54e437bf97d246
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: Tue Sep  1 05:54:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8c02a9bc

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 2e175f1..e07e2c2 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1278,7 +1278,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
                        target_filename = 
".".join([self.settings["target_path"],
                                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