diff options
Diffstat (limited to 'live')
-rwxr-xr-x | live/draklive-install/draklive-install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/live/draklive-install/draklive-install b/live/draklive-install/draklive-install index af59a8037..a4b0adf24 100755 --- a/live/draklive-install/draklive-install +++ b/live/draklive-install/draklive-install @@ -210,8 +210,7 @@ sub choosePartitionsToFormat($$) { if (!$_->{toFormat}) { my $fs_type = fs::type::fs_type_from_magic($_); if (!$fs_type || $fs_type ne $_->{fs_type}) { - log::l("setting toFormatUnsure for $_->{device} because <$_->{fs_type}> ne <$fs -_type>"); + log::l("setting toFormatUnsure for $_->{device} because <$_->{fs_type}> ne <$fs_type>"); $_->{toFormatUnsure} = 1; } } |