From 3d6ccb583b7354b55d50c957437379d86a130741 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Mar 2004 10:17:22 +0000 Subject: fix loged message (thx perl_checko) --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1