The harmless Zeroconf warning is confusing users
This commit is contained in:
parent
cc72ce8da9
commit
7c3f7dfcea
@ -103,7 +103,7 @@ class HttpFrontend(pykka.ThreadingActor, CoreListener):
|
||||
logger.info('Registered HTTP with Zeroconf as "%s"',
|
||||
self.zeroconf_service.name)
|
||||
else:
|
||||
logger.warning('Registering HTTP with Zeroconf failed.')
|
||||
logger.info('Registering HTTP with Zeroconf failed.')
|
||||
|
||||
def on_stop(self):
|
||||
if self.zeroconf_service:
|
||||
|
||||
@ -51,7 +51,7 @@ class MpdFrontend(pykka.ThreadingActor, CoreListener):
|
||||
logger.info('Registered MPD with Zeroconf as "%s"',
|
||||
self.zeroconf_service.name)
|
||||
else:
|
||||
logger.warning('Registering MPD with Zeroconf failed.')
|
||||
logger.info('Registering MPD with Zeroconf failed.')
|
||||
|
||||
def on_stop(self):
|
||||
if self.zeroconf_service:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user