Skip to content

Commit 343f5bd

Browse files
committed
Fixed a typo in logging
1 parent 4d862a7 commit 343f5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geocachingapi/geocachingapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def _update_trackables(self, data: Dict[str, Any] = None) -> None:
173173
])
174174
data = await self._request("GET", f"/{GEOCACHING_API_VERSION}/trackables?fields={fields}&type=3")
175175
self._status.update_trackables_from_dict(data)
176-
_LOGGER.debug(f'User updated.')
176+
_LOGGER.debug(f'Trackables updated.')
177177

178178
async def close(self) -> None:
179179
"""Close open client session."""

0 commit comments

Comments
 (0)