284
284
raise AvahiServiceError("Too many renames")
285
285
self.name = str(self.server
286
286
.GetAlternativeServiceName(self.name))
287
288
logger.info("Changing Zeroconf service name to %r ...",
292
294
except dbus.exceptions.DBusException as error:
299
305
"""Derived from the Avahi example code"""