Skip to content

Commit

Permalink
chore: debug log error message
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Sep 25, 2024
1 parent c5f6bc0 commit 73727fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taf/updater/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def _init_commits(self):
last_validated_commit,
self.validation_auth_repo.name,
)
taf_logger.debug(e.message)
raise UpdateFailedError(
f"Commit {last_validated_commit} is no longer contained by repository"
f" {self.validation_auth_repo.name}. This could "
Expand Down

0 comments on commit 73727fa

Please sign in to comment.