diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-07 15:13:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-07 15:13:50 +0000 |
commit | 597c4d0ab9d19a64da5649d8b2ad1648d4c27859 (patch) | |
tree | 921892ec0c60590ce969cb028012c8eab34818da /perl-install | |
parent | 5ce8e586c5a658e47d1edfe556dd4478f552689b (diff) | |
download | drakx-597c4d0ab9d19a64da5649d8b2ad1648d4c27859.tar drakx-597c4d0ab9d19a64da5649d8b2ad1648d4c27859.tar.gz drakx-597c4d0ab9d19a64da5649d8b2ad1648d4c27859.tar.bz2 drakx-597c4d0ab9d19a64da5649d8b2ad1648d4c27859.tar.xz drakx-597c4d0ab9d19a64da5649d8b2ad1648d4c27859.zip |
(miscellaneousBefore) better log message
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index beeabde1e..f094658e8 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -817,7 +817,7 @@ sub miscellaneousBefore { $o->{security_user} ||= security::various::config_security_user($::prefix); $o->{libsafe} ||= security::various::config_libsafe($::prefix); - log::l("security $o->{security}"); + log::l("security level is $o->{security}"); } sub miscellaneous { my ($_o) = @_; |