Skip to content

Commit

Permalink
Merge pull request #299 from golemfactory/invoice-or-debit-note-acc-err
Browse files Browse the repository at this point in the history
Invoice or debit note acc err
  • Loading branch information
tworec authored Mar 25, 2021
2 parents 32de2fe + 444434e commit 6a8472f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yapapi/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,9 @@ def _handle(self, event: events.Event):
provider_info = self.agreement_provider_info[event.agr_id]
reason = str(exc) or repr(exc) or "unexpected error"
self.logger.error(
"Failed to accept invoice from '%s', reason: %s", provider_info, reason
"Failed to accept an invoice or a debit note from '%s', reason: %s",
provider_info,
reason,
)

elif isinstance(event, events.WorkerFinished):
Expand Down

0 comments on commit 6a8472f

Please sign in to comment.