Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/zeroconf/zeroconf_avahi.py')
-rw-r--r--src/common/zeroconf/zeroconf_avahi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/zeroconf/zeroconf_avahi.py b/src/common/zeroconf/zeroconf_avahi.py
index c0cfc9ab6..4952c286d 100644
--- a/src/common/zeroconf/zeroconf_avahi.py
+++ b/src/common/zeroconf/zeroconf_avahi.py
@@ -292,7 +292,7 @@ class Zeroconf:
return True
else:
return False
- except dbus.DBusException:
+ except dbus.DBusException, e:
gajim.log.debug("Can't remove service. That should not happen")
def browse_domain(self, interface, protocol, domain):
@@ -429,4 +429,4 @@ class Zeroconf:
# END Zeroconf
-# vim: se ts=3:
+# vim: se ts=3: \ No newline at end of file