diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-04-11 16:31:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-04-11 16:31:36 +0000 |
commit | 0999f35402d5323ea9c386a7d17bcec2c8d10c8c (patch) | |
tree | 90d542efafeb4df6cfa83c2d4890b3c48468c5af /mdkupdate | |
parent | 0b9d8fcd17624cc66a3df4920d9c9e33a160d8a7 (diff) | |
download | mgaonline-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-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |