diff --git a/readthedocs/oauth/models.py b/readthedocs/oauth/models.py index a787c6f56f7..44430622ff2 100644 --- a/readthedocs/oauth/models.py +++ b/readthedocs/oauth/models.py @@ -130,7 +130,7 @@ def delete_repositories(self, repository_ids: list[int] | None = None): count, deleted = remote_repositories.delete() log.info( - "Deleted remote repositories", + "Deleted remote repositories that our app no longer has access to", count=count, deleted=deleted, installation_id=self.installation_id,