1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00

Remove use of warn()

This commit is contained in:
Tim
2016-01-18 18:27:46 +00:00
parent 291910d74e
commit 66cd8d264e

View File

@@ -523,7 +523,7 @@ class LIFXLight(Light):
break
if not ack:
_LOGGER.warn("Packet %d not ACK'd", seq)
_LOGGER.warning("Packet %d not ACK'd", seq)
# pylint: disable=broad-except
except Exception as exc: