From 93bbbf0dedf31574274c2f480c5753cc99ad33b7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Mar 2006 13:00:09 +0000 Subject: when upload failed, do display the error message --- mdkonline | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index e2f8ffed..5fdf1eea 100755 --- a/mdkonline +++ b/mdkonline @@ -178,7 +178,8 @@ my $wiz = if ($sendconfres eq 'OK') { "\n\n" . N("Your upload was successful!") . "\n\n" . N("From now you will receive on security and updates \nannouncements thanks to Mandriva Online.") . "\n\n" . N("Mandriva Online offers you the ability to automate the updates.\nA program will run regulary in your system waiting for new updates\n"); } else { - N("Connection problem") . "\n" . N("Problem occurs when uploading files, please try again"); + N("Connection problem") . "\n" . N("Problem occurs when uploading files, please try again") + . "\n\n" . $sendconfres; } }, data => sub { -- cgit v1.2.1