diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-30 10:57:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-30 10:57:49 +0000 |
commit | dece0ccf6800877a82c0149d92a76ad6bdf52247 (patch) | |
tree | efcb74ebbc6a9ef72ae243dda351d250989399fe /perl-install | |
parent | 37032ebaa54e718813a7810e46deaa37fce84fdf (diff) | |
download | drakx-dece0ccf6800877a82c0149d92a76ad6bdf52247.tar drakx-dece0ccf6800877a82c0149d92a76ad6bdf52247.tar.gz drakx-dece0ccf6800877a82c0149d92a76ad6bdf52247.tar.bz2 drakx-dece0ccf6800877a82c0149d92a76ad6bdf52247.tar.xz drakx-dece0ccf6800877a82c0149d92a76ad6bdf52247.zip |
enhance log message "tell kernel ..."
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |