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:
@@ -1038,7 +1038,7 @@ class GithubConnection(BaseConnection):
|
||||
]
|
||||
|
||||
if self.sched:
|
||||
self.sched.onChangeUpdated(change)
|
||||
self.sched.onChangeUpdated(change, event)
|
||||
|
||||
return change
|
||||
|
||||
|
||||
Reference in New Issue
Block a user