aboutsummaryrefslogtreecommitdiff
path: root/syncapi/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-08-24 14:03:06 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-08-24 14:03:06 +0100
commit522bd2999f605258e95565c6d648d2f7ea001ea4 (patch)
treeeef0a7fa0b718767ec346e353eb01fc945dd8afa /syncapi/internal
parent78e5d05efc95c959b380d6ee4230f75885a597ad (diff)
Allow un-rejecting events on reprocessing
Diffstat (limited to 'syncapi/internal')
-rw-r--r--syncapi/internal/keychange.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/internal/keychange.go b/syncapi/internal/keychange.go
index c5180e33..3d6b2a7f 100644
--- a/syncapi/internal/keychange.go
+++ b/syncapi/internal/keychange.go
@@ -127,7 +127,7 @@ func DeviceListCatchup(
"from": offset,
"to": toOffset,
"response_offset": queryRes.Offset,
- }).Debugf("QueryKeyChanges request result: %+v", res.DeviceLists)
+ }).Tracef("QueryKeyChanges request result: %+v", res.DeviceLists)
return types.StreamPosition(queryRes.Offset), hasNew, nil
}