Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-27 17:08:40 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-27 17:08:40 (GMT)
commite785bbe2a785fbb0a9c1df88af83519c83623975 (patch)
tree492578c9eb508420555e6778d754b5138db945c7 /shell
parent16162f74ff5e4f992757b110b62c68e7fe2e5bc0 (diff)
Turn off wifi new AP log messages
Diffstat (limited to 'shell')
-rw-r--r--shell/hardware/nmclient.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index b2d5ea7..c093d3b 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -132,8 +132,8 @@ class Network(gobject.GObject):
return
self._valid = True
- logging.debug("Net(%s): ssid '%s', mode %d, strength %d" % (self._op,
- self._ssid, self._mode, self._strength))
+# logging.debug("Net(%s): ssid '%s', mode %d, strength %d" % (self._op,
+# self._ssid, self._mode, self._strength))
self.emit('initialized', self._valid)