From dece0ccf6800877a82c0149d92a76ad6bdf52247 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 30 Jan 2004 10:57:49 +0000 Subject: enhance log message "tell kernel ..." --- perl-install/partition_table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/partition_table.pm') diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index fd911f7b0..a92b949ca 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -626,7 +626,7 @@ sub tell_kernel { } elsif ($action eq 'del') { $force_reboot ||= !c::del_partition(fileno $F, $part_number); } - log::l("tell kernel $action ($part_number $o_start $o_size), rebootNeeded is now $hd->{rebootNeeded}."); + log::l("tell kernel $action ($part_number $o_start $o_size), rebootNeeded is now " . bool2yesno($hd->{rebootNeeded})); } } if ($force_reboot) { -- cgit v1.2.1