summaryrefslogtreecommitdiffstats
path: root/pyanaconda/network.py
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2010-10-13 10:02:26 +0200
committerRadek Vykydal <rvykydal@redhat.com>2010-10-14 09:59:34 +0200
commit98539ab05b459958a85ea9c0275a7f5691ece026 (patch)
tree515299f5481c612c7bc21629a9d1b83ddccf928b /pyanaconda/network.py
parent69d8e53220bd8b7ee0e610ab9a0f0bd99dd5581c (diff)
downloadanaconda-98539ab05b459958a85ea9c0275a7f5691ece026.tar.gz
anaconda-98539ab05b459958a85ea9c0275a7f5691ece026.tar.xz
anaconda-98539ab05b459958a85ea9c0275a7f5691ece026.zip
Fix porting of ifcfg logging.
Ported from rhel-6 branch where I only tested it, and which doesn't have wireless code. (commit 1cb019c7dda212feb2ab06765c2a98da7d40a90d)
Diffstat (limited to 'pyanaconda/network.py')
-rw-r--r--pyanaconda/network.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/network.py b/pyanaconda/network.py
index e7684f16b..f1d37f95b 100644
--- a/pyanaconda/network.py
+++ b/pyanaconda/network.py
@@ -523,7 +523,6 @@ class Network:
if devname in devssids.keys() and devssids[devname]:
device.set(('ESSID', devssids[devname][0]))
device.writeIfcfgFile()
- device.log_file("updateIfcfgSSID\n")
def getSSIDs(self):
return getSSIDs(self.netdevices.keys())