From 36e1d1c6aa88e68ca462933bb0a39a095af8d709 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Mar 2006 18:44:35 +0000 Subject: log bad bundles --- mdkupdate | 1 + 1 file changed, 1 insertion(+) (limited to 'mdkupdate') 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); } -- cgit v1.2.1