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 d327390b..52e246c5 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -305,7 +305,7 @@ sub _get_callbacks {
$current_pkg = $trans->Element_fullname($idx);
};
$options->{callback_error} ||= sub {
- my ($urpm, undef, $id, $subtype, undef, undef) = @_;
+ my ($urpm, undef, undef, $subtype, undef, undef) = @_;
$urpm->{error}("ERROR: '$subtype' failed for $current_pkg");
};