diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-10-02 18:00:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-10-02 18:00:07 +0000 |
commit | d901ac9ce14b64138a8dbaa5128e7204a9c0e366 (patch) | |
tree | 12e631483535f83187dc64885901b19ceff615af /lib/network/connection | |
parent | 658179546f22d6e229be3f58457e604a0faf977b (diff) | |
download | drakx-net-d901ac9ce14b64138a8dbaa5128e7204a9c0e366.tar drakx-net-d901ac9ce14b64138a8dbaa5128e7204a9c0e366.tar.gz drakx-net-d901ac9ce14b64138a8dbaa5128e7204a9c0e366.tar.bz2 drakx-net-d901ac9ce14b64138a8dbaa5128e7204a9c0e366.tar.xz drakx-net-d901ac9ce14b64138a8dbaa5128e7204a9c0e366.zip |
use log
Diffstat (limited to 'lib/network/connection')
-rw-r--r-- | lib/network/connection/wireless.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 361da27..6b45d88 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -4,6 +4,7 @@ use base qw(network::connection::ethernet); use strict; use common; +use log; #- class attributes: #- network: ID of the selected network |