summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/ui.pm
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-09-20 13:59:57 +0000
committerMystery Man <unknown@mandriva.org>2002-09-20 13:59:57 +0000
commit4394adc363246f041a3eb2a75bfbe451c36bb922 (patch)
tree23c54c7c0c3deb3dfc6d4ebf9cbf6f3dddf83470 /perl-install/harddrake/ui.pm
parent657b3d01707e205499e3c867cb174c7e0fa1a83e (diff)
downloaddrakx-da5e99ea0e4b3c082e67ef597f5b8c5dc7d05097.tar
drakx-da5e99ea0e4b3c082e67ef597f5b8c5dc7d05097.tar.gz
drakx-da5e99ea0e4b3c082e67ef597f5b8c5dc7d05097.tar.bz2
drakx-da5e99ea0e4b3c082e67ef597f5b8c5dc7d05097.tar.xz
drakx-da5e99ea0e4b3c082e67ef597f5b8c5dc7d05097.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_53mdk'.V1_1_9_53mdk
Diffstat (limited to 'perl-install/harddrake/ui.pm')
-rw-r--r--perl-install/harddrake/ui.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm
index a8165d3ad..cf965b71c 100644
--- a/perl-install/harddrake/ui.pm
+++ b/perl-install/harddrake/ui.pm
@@ -177,7 +177,7 @@ sub new {
foreach (@harddrake::data::tree) {
my ($Ident, $title, $icon, $configurator, $detector) = @$_;
next if (ref($detector) ne "CODE"); #skip class witouth detector
- print _("Probing %s class\n", $Ident);
+# print _("Probing %s class\n", $Ident);
next if $Ident =~ /(MODEM|PRINTER)/ && "@ARGV" =~ /test/;
my @devices = &$detector;
next if (!listlength(@devices)); # Skip empty class (no devices)