From 142aa75e8a5cc65791a700e0860b7f404a131089 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Wed, 5 Mar 2008 15:13:40 +0000 Subject: [PATCH] shorten cleaning information git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1411 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index f41df0c2c..492922d3d 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -3211,7 +3211,7 @@ class PackageInterface: def cleanup_step(self): self.error_on_not_prepared() self.Entropy.updateProgress( - blue('Cleaning temporary files for archive: ')+red(self.infoDict['atom']), + blue('Cleaning: ')+red(self.infoDict['atom']), importance = 1, type = "info", header = red(" ## ")