diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-22 08:08:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-22 08:08:34 +0000 |
commit | f17338c4e8953e962dc7c82a75598f6e6069e792 (patch) | |
tree | 19889da68f5f3f3ef705fb29369020ab94a03ed1 /perl-install | |
parent | 28fde6c6f0dc3fa5fdf09c24cd0111950925090f (diff) | |
download | drakx-f17338c4e8953e962dc7c82a75598f6e6069e792.tar drakx-f17338c4e8953e962dc7c82a75598f6e6069e792.tar.gz drakx-f17338c4e8953e962dc7c82a75598f6e6069e792.tar.bz2 drakx-f17338c4e8953e962dc7c82a75598f6e6069e792.tar.xz drakx-f17338c4e8953e962dc7c82a75598f6e6069e792.zip |
fix log message
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/v4l.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index cc22eb6d2..ba3c34ef2 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -304,7 +304,7 @@ If your card is misdetected, you can force the right tuner and card types here. 'radio=' . ($conf{radio} ? 1 : 0) . ' ' . join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers)); if ($options) { - log::l("[harddrake::bttv] $options"); + log::l(qq([harddrake::v4l] set "$options" options for $driver)); # log::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone; modules::set_options($driver, $options); } |