summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index b0ca418d..d97c4c14 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -309,7 +309,7 @@ sub _get_callbacks {
if ($trans->NElements() == 1) {
$n = $trans->Element_fullname(0);
} else {
- $n = "some package of current transaction";
+ $n = "(unknown)";
}
}
$urpm->{error}("ERROR: '$subtype' failed for $n");