The harmless Zeroconf warning is confusing users

This commit is contained in:
Stein Magnus Jodal 2014-01-12 12:19:04 +01:00
parent cc72ce8da9
commit 7c3f7dfcea
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: