Don't print EntryGroup messages for now
This commit is contained in:
parent
d2e235838e
commit
b67c0a6b3d
@ -405,7 +405,8 @@ class Service(gobject.GObject):
|
|||||||
self._avahi_entry_group.Commit()
|
self._avahi_entry_group.Commit()
|
||||||
|
|
||||||
def __entry_group_changed_cb(self, state, error):
|
def __entry_group_changed_cb(self, state, error):
|
||||||
logging.debug("** %s.%s Entry group changed: state %s, error %s" % (self._full_name, self._stype, state, error))
|
pass
|
||||||
|
# logging.debug("** %s.%s Entry group changed: state %s, error %s" % (self._full_name, self._stype, state, error))
|
||||||
|
|
||||||
def unregister(self, sender):
|
def unregister(self, sender):
|
||||||
# Refuse to unregister if we can't get the dbus connection this request
|
# Refuse to unregister if we can't get the dbus connection this request
|
||||||
|
Loading…
Reference in New Issue
Block a user