diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2003-09-08 14:54:48 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2003-09-08 14:54:48 +0000 |
commit | ec3798f880b10ab8b9bc4a5708649a6791e505a2 (patch) | |
tree | a3e4b068ce79b2b4388f51eea125266783156bea /perl-install/network/isdn.pm | |
parent | 0f88f5713171dac3a88c72b7c9e543948a78afd6 (diff) | |
download | drakx-ec3798f880b10ab8b9bc4a5708649a6791e505a2.tar drakx-ec3798f880b10ab8b9bc4a5708649a6791e505a2.tar.gz drakx-ec3798f880b10ab8b9bc4a5708649a6791e505a2.tar.bz2 drakx-ec3798f880b10ab8b9bc4a5708649a6791e505a2.tar.xz drakx-ec3798f880b10ab8b9bc4a5708649a6791e505a2.zip |
- fix/use explanations
- fix #5307 (firmware)
Diffstat (limited to 'perl-install/network/isdn.pm')
-rw-r--r-- | perl-install/network/isdn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index 0b4449781..4605963cc 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -220,7 +220,7 @@ If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your card. sub isdn_detect { my ($isdn, $netc) = @_; if ($isdn->{id}) { - log::l("found isdn card : $isdn->{description}; vendor : $isdn->{vendor}; id : $isdn->{id}; driver : $isdn->{driver}\n"); + log::explanations("found isdn card : $isdn->{description}; vendor : $isdn->{vendor}; id : $isdn->{id}; driver : $isdn->{driver}\n"); $isdn->{description} =~ s/\|/ -- /; isdn_detect_step_0: |