diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-15 10:10:55 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-17 11:09:01 +0200 |
commit | 13f145e0c0d4bd134eafbe2d307daf2b58df1a51 (patch) | |
tree | d61a600deab2831d2844ac2f96654d2c41feb381 | |
parent | 68a2eff6f7025061cd09f65511d4477240181389 (diff) | |
download | drakx-13f145e0c0d4bd134eafbe2d307daf2b58df1a51.tar drakx-13f145e0c0d4bd134eafbe2d307daf2b58df1a51.tar.gz drakx-13f145e0c0d4bd134eafbe2d307daf2b58df1a51.tar.bz2 drakx-13f145e0c0d4bd134eafbe2d307daf2b58df1a51.tar.xz drakx-13f145e0c0d4bd134eafbe2d307daf2b58df1a51.zip |
log which disk we've issue with
-rw-r--r-- | perl-install/fs/proc_partitions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/proc_partitions.pm b/perl-install/fs/proc_partitions.pm index e4a15983e..a6006a3bb 100644 --- a/perl-install/fs/proc_partitions.pm +++ b/perl-install/fs/proc_partitions.pm @@ -65,7 +65,7 @@ sub compare { log::l("not using /proc/partitions because of the presence of solaris extended partition"); #- cf #33866 } else { die sprintf( - "/proc/partitions does not agree with drakx %d != %d:\n%s\n", $len1, $len2, + "/proc/partitions does not agree with drakx %d != %d for %s:\n%s\n", $len1, $len2, $hd->{device}, "/proc/partitions: " . join(", ", map { "$_->{device} ($_->{rootDevice})" } @l2)); } } |