Skip to content

Commit d0060a2

Browse files
zweckjfrenck
authored andcommitted
Add debug log for update in onedrive (home-assistant#146907)
1 parent 9b744e2 commit d0060a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/onedrive/coordinator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ async def _async_update_data(self) -> Drive:
6666
translation_domain=DOMAIN, translation_key="authentication_failed"
6767
) from err
6868
except OneDriveException as err:
69+
_LOGGER.debug("Failed to fetch drive data: %s")
6970
raise UpdateFailed(
7071
translation_domain=DOMAIN, translation_key="update_failed"
7172
) from err

0 commit comments

Comments
 (0)