Log the identifier of the batch of events being requested
This commit is contained in:
@@ -399,6 +399,7 @@ function Client:_sync(options)
|
|||||||
options = {}
|
options = {}
|
||||||
end
|
end
|
||||||
options.since = self._sync_next_batch
|
options.since = self._sync_next_batch
|
||||||
|
self._log("sync: Requesting with next_batch = %s", options.since)
|
||||||
|
|
||||||
local response = self._api:sync(options)
|
local response = self._api:sync(options)
|
||||||
self._sync_next_batch = response.next_batch
|
self._sync_next_batch = response.next_batch
|
||||||
|
|||||||
Reference in New Issue
Block a user