Skip to content

Commit

Permalink
nicer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Synge committed Jul 11, 2014
1 parent fdd289e commit 0cc9ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmcatcher/vmcatcher_subscribe/fatcontroler.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def subscription_update(self,Session,subscription):

count = subq.count()
if count == 0:
self.log.error("Endorser dn='%s' ca='%s' not authorised on subscription '%s'" % (checker.subject,checker.issuer,ProcessingSubscriptionUuid))
self.log.error("Endorser subject='%s' issuer='%s' not authorised on subscription '%s'" % (checker.subject,checker.issuer,ProcessingSubscriptionUuid))
# Error code - Endorser not authorised on subscription.
return 13
if count != 1:
Expand Down

0 comments on commit 0cc9ad5

Please sign in to comment.