Annotate some logs in the scheduler with event id

This is helpful when debugging using the logs.

Change-Id: I28b3583b40dfabd8a975fb4a14ddb382dc3484ab
This commit is contained in:
Tobias Henkel
2019-05-12 10:32:39 +02:00
parent 8b455adca9
commit 7ef11cf595
4 changed files with 17 additions and 14 deletions

View File

@@ -1038,7 +1038,7 @@ class GithubConnection(BaseConnection):
]
if self.sched:
self.sched.onChangeUpdated(change)
self.sched.onChangeUpdated(change, event)
return change