Log since
token when doing an incremental sync
This aids debugging when `/sync` does something weird server side. Since we already log a line each time we do an incremental sync this shouldn't cause a problem.
This commit is contained in:
parent
924a4f8c94
commit
6105d7bea9
@ -147,7 +147,7 @@ internal class DefaultSyncTask @Inject constructor(
|
||||
}
|
||||
defaultSyncStatusService.endAll()
|
||||
} else {
|
||||
Timber.tag(loggerTag.value).d("Start incremental sync request")
|
||||
Timber.tag(loggerTag.value).d("Start incremental sync request with since token $token")
|
||||
defaultSyncStatusService.setStatus(SyncStatusService.Status.IncrementalSyncIdle)
|
||||
val syncResponse = try {
|
||||
executeRequest(globalErrorReceiver) {
|
||||
|
Loading…
Reference in New Issue
Block a user