From ee0c463fb046c85f7d38be24041296090e096e1e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 6 Mar 2006 14:42:56 +0000 Subject: fix broken newline --- live/draklive-install/draklive-install | 3 +-- 1 file changed, 1 insertion(+), 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; } } -- cgit v1.2.1