summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-xperl-install/standalone/diskdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index ef5326c81..5498fcab8 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -71,7 +71,7 @@ if ($type eq 'fileshare') {
my $all_hds = fsedit::get_hds({}, $in);
-$SIG{__DIE__} = sub { my $m = chomp_($_[0]); log::l("ERROR: $m") };
+$SIG{__DIE__} = sub { my $m = formatError($_[0]); log::l("ERROR: $m") };
fs::get_raw_hds('', $all_hds);