Skip to content

Commit

Permalink
Convert 'ZNP_BACKUP' error message to debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 30, 2022
1 parent 0abb810 commit 9e00df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zha_toolkit/znp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async def znp_backup(
):
"""Backup ZNP network information."""

LOGGER.error("ZNP_BACKUP")
LOGGER.debug("ZNP_BACKUP")

if u.get_radiotype(app) != u.RadioType.ZNP:
msg = f"{cmd} is only for ZNP"
Expand Down

0 comments on commit 9e00df7

Please sign in to comment.