From 37f32e37d8870ec75af337258486ad00bc90848f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 24 May 2000 16:04:57 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 9e02cb149..d1fb27060 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -327,6 +327,7 @@ sub getHds { getHds: $o->{hds} = catch_cdie { fsedit::hds(\@drives, $o->{partitioning}) } sub { + log::l("error reading partition table: $@"); my ($err) = $@ =~ /(.*) at /; $@ =~ /overlapping/ and $o->ask_warn('', $@), return 1; $o->ask_okcancel(_("Error"), -- cgit v1.2.1