Skip to content

Commit

Permalink
change info to warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG authored Jun 26, 2020
1 parent 8c027f0 commit a6374fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def discover_devices(self):

# Skip the models which do not support getting the device list
if self.model == GATEWAY_MODEL_EU:
_LOGGER.info(
_LOGGER.warning(
"Gateway model '%s' does not (yet) support getting the device list",
self.model,
)
Expand Down

0 comments on commit a6374fd

Please sign in to comment.