From 4ba2c66d2c9d754aaa9f2c03ee1f2771f8edf32f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 7 Apr 2012 19:43:13 +0000 Subject: (read_one) better error message (more info) --- perl-install/partition_table/gpt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index 9c4c17e65..764fcf184 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -14,7 +14,7 @@ my $nb_primary = 128; sub read_one { my ($hd, $_sector) = @_; - c::get_disk_type($hd->{file}) eq "gpt" or die "not a GPT disk"; + c::get_disk_type($hd->{file}) eq "gpt" or die "$hd->{device} not a GPT disk ($hd->{file})"; my @pt; foreach (c::get_disk_partitions($hd->{file})) { -- cgit v1.2.1