0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-27 21:38:54 +02:00

Make GetUserDevices logging entry more useful

This commit is contained in:
Neil Alexander 2022-02-17 15:02:06 +00:00
parent 7dfc7c3d70
commit 140077265e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -373,7 +373,7 @@ func (u *DeviceListUpdater) processServer(serverName gomatrixserverlib.ServerNam
}
} else {
waitTime = time.Hour
logger.WithError(err).Warn("GetUserDevices returned unknown error type")
logger.WithError(err).WithField("user_id", userID).Warn("GetUserDevices returned unknown error type")
}
continue
}