Skip to content

Commit 7c8fced

Browse files
authored
Update log (#12120)
ref #12072 (comment)
1 parent c625346 commit 7c8fced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/oauth/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def delete_repositories(self, repository_ids: list[int] | None = None):
130130

131131
count, deleted = remote_repositories.delete()
132132
log.info(
133-
"Deleted remote repositories",
133+
"Deleted remote repositories that our app no longer has access to",
134134
count=count,
135135
deleted=deleted,
136136
installation_id=self.installation_id,

0 commit comments

Comments
 (0)