log ex-data for deploy-pending-contracts exception

This commit is contained in:
Martin Klepsch 2018-04-12 16:00:52 +02:00
parent 462fb47b2b
commit 5c9245810b
No known key found for this signature in database
GPG Key ID: 1A35E702AD48A9F6
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@
(log/infof "issue %s: Trying to re-deploy failed bounty contract deployment" issue-id)
(try
(bounties/deploy-contract owner owner-address repo issue-id issue-number)
(catch Throwable ex
(log/errorf ex "issue %s: deploy-pending-contracts exception:" issue-id))))))
(catch Throwable t
(log/errorf t "issue %s: deploy-pending-contracts exception: %s" issue-id (ex-data t)))))))
(defn self-sign-bounty
"Walks through all issues eligible for bounty payout and signs corresponding transaction"