diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-20 10:17:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-20 10:17:22 +0000 |
commit | 3d6ccb583b7354b55d50c957437379d86a130741 (patch) | |
tree | 857f64edf7836c21a9acaa0c2a4b704ba193f471 /perl-install/standalone | |
parent | 61594f222ede0af5a1da2bbada132b13c61a74c8 (diff) | |
download | drakx-3d6ccb583b7354b55d50c957437379d86a130741.tar drakx-3d6ccb583b7354b55d50c957437379d86a130741.tar.gz drakx-3d6ccb583b7354b55d50c957437379d86a130741.tar.bz2 drakx-3d6ccb583b7354b55d50c957437379d86a130741.tar.xz drakx-3d6ccb583b7354b55d50c957437379d86a130741.zip |
fix loged message (thx perl_checko)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 29e0b628a..21149ebdd 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -79,7 +79,7 @@ sub scan4channels() { } # default to pal since most people use that $norm ||= "PAL"; - log::l("[drakxtv] guess country=>$locale->{country}, norm=>$norm, area=>$ ftable_id"); + log::l("[drakxtv] guess country=>$locale->{country}, norm=>$norm, area=>$ftable_id"); my %users = map { $_->[6] || $_->[0] => $_->[7] } grep { $_->[2] == 0 || 500 <= $_->[2] } list_passwd(); my $user; |