mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Logging drive-by
This commit is contained in:
parent
d659824edf
commit
2d6777850f
@ -570,7 +570,7 @@ func (p *poller) poll(ctx context.Context, s *pollLoopState) error {
|
||||
}
|
||||
}
|
||||
if s.since == "" {
|
||||
p.logger.Info().Msg("Poller: valid initial sync response received")
|
||||
p.logger.Info().Str("user_id", p.userID).Str("device_id", p.deviceID).Msg("Poller: valid initial sync response received")
|
||||
}
|
||||
p.initialToDeviceOnly = false
|
||||
start = time.Now()
|
||||
|
Loading…
x
Reference in New Issue
Block a user