Skip to content

Commit

Permalink
Merge pull request #233 from GuyKh/update-debug
Browse files Browse the repository at this point in the history
bug: "Pirate Weather data update for" to print in DEBUG, not INFO
  • Loading branch information
cloneofghosts authored May 7, 2024
2 parents 4a6887e + c38727e commit f10e1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def _async_update_data(self):
async with async_timeout.timeout(60):
try:
data = await self._get_pw_weather()
_LOGGER.info(
_LOGGER.debug(
"Pirate Weather data update for "
+ str(self.latitude)
+ ","
Expand Down

0 comments on commit f10e1d6

Please sign in to comment.