diff options
Diffstat (limited to 'urpm/get_pkgs.pm')
-rw-r--r-- | urpm/get_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 8cbcff70..80210457 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -61,7 +61,7 @@ sub selected2list { if ($options{clean_all}) { #- clean download directory, do it here even if this is not the best moment. - $urpm->{log}(N("cleaning $urpm->{cachedir}/partial")); + $urpm->{log}(N("cleaning %s", "$urpm->{cachedir}/partial")); urpm::sys::clean_dir("$urpm->{cachedir}/partial"); } |