Skip to content

Commit

Permalink
add a more verbose log line at the end of cot verification
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Mar 27, 2019
1 parent b707ae8 commit 62b783d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scriptworker/cot/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,11 @@ async def verify_chain_of_trust(chain):
raise
else:
raise CoTError(str(exc))
log.info("Good.")
log.info(
"Chain {} taskId {} passes chain of trust verification.".format(
chain.name, chain.task_id
)
)


# verify_cot_cmdln {{{1
Expand Down

0 comments on commit 62b783d

Please sign in to comment.