diff options
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r-- | perl-install/raid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 9ae8db8ce..c59e7f691 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -107,7 +107,7 @@ sub write { my ($raids, $file) = @_; local *F; local $\ = "\n"; - open F, ">$file" or die _("Can't write file $file"); + open F, ">$file" or die _("Can't write file %s", $file); foreach (grep {$_} @$raids) { print F <<"EOF"; |