summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index a41d9a8cf..ab2eb5cc8 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -452,6 +452,7 @@ Take a look at http://www.linmodems.org"),
/^Hcf:/ and $type = "hcfpcimodem";
/^Hsf:/ and $type = "hsflinmodem";
/^LT:/ and $type = "ltmodem";
+ print "«$type» => «$relocations{$type}» [", $in->do_pkgs->what_provides($type), "]\n";
$relocations{$type} || $type && $in->do_pkgs->what_provides($type) or $type = undef;
}