summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2006-04-13 09:06:55 +0000
committerFlorent Villard <warly@mandriva.com>2006-04-13 09:06:55 +0000
commite38cabb6a87637d8a4a961bccfd7081fdeabde40 (patch)
tree1eed5a839816b51835e9f9db80fbafda75878d6c /mdkupdate
parentd41332c280d0ee0d434dbf52fc5984033db2da23 (diff)
downloadmgaonline-e38cabb6a87637d8a4a961bccfd7081fdeabde40.tar
mgaonline-e38cabb6a87637d8a4a961bccfd7081fdeabde40.tar.gz
mgaonline-e38cabb6a87637d8a4a961bccfd7081fdeabde40.tar.bz2
mgaonline-e38cabb6a87637d8a4a961bccfd7081fdeabde40.tar.xz
mgaonline-e38cabb6a87637d8a4a961bccfd7081fdeabde40.zip
include error message in error warning
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index b3a0754d..58ef546a 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -225,7 +225,7 @@ You need to update to a newer version. You can get a new one from http://start.m
} else {
undef $w;
log::explanations("we did not got back a bundle: $bundle_info->{message}");
- $in->ask_warn(N("Error"), N("An error occurred") . "\n\n" . $bundle_info->{message});
+ $in->ask_warn(N("Error"), N("An error occurred") . "\n\n" . $res . "\n\n" . $bundle_info->{message});
}
}