summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-04-11 16:31:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-04-11 16:31:36 +0000
commit0999f35402d5323ea9c386a7d17bcec2c8d10c8c (patch)
tree90d542efafeb4df6cfa83c2d4890b3c48468c5af /mdkupdate
parent0b9d8fcd17624cc66a3df4920d9c9e33a160d8a7 (diff)
downloadmgaonline-0999f35402d5323ea9c386a7d17bcec2c8d10c8c.tar
mgaonline-0999f35402d5323ea9c386a7d17bcec2c8d10c8c.tar.gz
mgaonline-0999f35402d5323ea9c386a7d17bcec2c8d10c8c.tar.bz2
mgaonline-0999f35402d5323ea9c386a7d17bcec2c8d10c8c.tar.xz
mgaonline-0999f35402d5323ea9c386a7d17bcec2c8d10c8c.zip
fix displaying the error message
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index ffed5c07..866e752f 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -194,7 +194,7 @@ if (!$bundle) {
my $res = mdkonline::prepare_upload_conf($wc);
if ($res ne 'OK') {
- log::explanations("we failed to be accepted by the server: $bundle_info->{message}");
+ log::explanations("we failed to be accepted by the server: $res");
$in->ask_warn(N("Error"), N("An error occurred") . "\n\n" . $res);
}