summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index a889a432..c9571252 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -395,7 +395,7 @@ sub sync_logger {
} else {
$text = N(" %s%% completed, speed = %s", $percent, $speed);
}
- print STDERR " " x (79 - length($text)) . "\r";
+ print STDERR $text, " " x (79 - length($text)), "\r";
} elsif ($mode eq 'end') {
print STDERR " " x 79, "\r";
}