aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index da4a8570..eab07e7a 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -557,7 +557,7 @@ sub mirrors {
gtkflush();
},
);
- $res or do { c::set_tagged_utf8($res); die $res };
+ $res or die N("retrieval of [%s] failed", $file) . "\n";
return $canceled ? () : cat_($file);
});
my @mirrors = @{ mirror::list(common::parse_LDAP_namespace_structure(cat_('/etc/product.id')), 'distrib') || [] };