diff options
-rw-r--r-- | urpm/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 6f243ff5..4f574d84 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -48,7 +48,7 @@ sub mark_as_requested { grep { $state->{selected}{$_}{requested} } keys %{$state->{selected}}) { my $name = $urpm->{depslist}[$_]->name; if (defined($unrequested->{$name})) { - $urpm->{info}(N("Marking $name as manually installed, it won't be auto-orphaned")); + $urpm->{info}(N("Marking %s as manually installed, it won't be auto-orphaned", $name)); $dirty = 1; } else { $urpm->{debug}("$name is not in potential orphans") if $urpm->{debug}; |