提交 1022ac41 编写于 作者: N Nicolas Hennion

Add new debug log message

上级 d503fca2
......@@ -90,6 +90,7 @@ class GlancesAutoDiscoverListener(object):
if srv_type != zeroconf_type:
return False
info = zeroconf.getServiceInfo(srv_type, srv_name)
logger.debug("Check new Zeroconf server: %s / %s" % (srv_type, srv_name))
if info:
new_server_ip = socket.inet_ntoa(info.getAddress())
new_server_port = info.getPort()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册