diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-15 18:44:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-15 18:44:35 +0000 |
commit | 36e1d1c6aa88e68ca462933bb0a39a095af8d709 (patch) | |
tree | 979da5e9e1cf5e7e03a0c1427e7a22d487fd111d | |
parent | 7ca0844ea29a6cd1ded61a9612db66ff957b9054 (diff) | |
download | mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.gz mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.bz2 mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.xz mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.zip |
log bad bundles
-rwxr-xr-x | mdkupdate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ You need to update to a newer version. You can get a new one from http://start.m my $encoded_pass = uri_escape($bundle_vars{PASS}); $mirror->{url} =~ s!^([^:]*)://!\1://$encoded_login:$encoded_pass@!; } else { # unknown method, aborting + log::l("we got a bad bundle"); $in->ask_warn(N("Error"), N("This bundle is not well formated. Aborting.")); $in->exit(1); } |