summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-15 18:44:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-15 18:44:35 +0000
commit36e1d1c6aa88e68ca462933bb0a39a095af8d709 (patch)
tree979da5e9e1cf5e7e03a0c1427e7a22d487fd111d /mdkupdate
parent7ca0844ea29a6cd1ded61a9612db66ff957b9054 (diff)
downloadmgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar
mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.gz
mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.bz2
mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.tar.xz
mgaonline-36e1d1c6aa88e68ca462933bb0a39a095af8d709.zip
log bad bundles
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index 0e9af93b..cf558919 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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);
}