From fb1d973468dddea480a78977aa71444774e110ee Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Mar 2002 13:40:21 +0000 Subject: use log for what is not related to explanations --- perl-install/standalone/drakxtv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakxtv') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 45f70cc0a..e7d35c227 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -32,6 +32,7 @@ use interactive; use strict; use detect_devices; use lang; +use log; use common; /-h/ and die "usage: drakxtv [-h] [--help] [--no-guess]\n"; @@ -106,7 +107,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console."))); $norm = $tbl->[1] if ($tbl->[1]); } } - standalone::explanations "guess lang=>$_, norm=>$norm, area=>$ftable_id"; + log::l("[drakxtv] guess lang=>$_, norm=>$norm, area=>$ftable_id"); } if ($in->ask_from("TVdrake", _("Please,\ntype in your tv norm and country"), -- cgit v1.2.1