mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 04:53:14 -06:00
Also use logger
This commit is contained in:
parent
92e138efd0
commit
560881485f
|
|
@ -428,7 +428,7 @@ userLoop:
|
||||||
// It probably doesn't make sense to try further users.
|
// It probably doesn't make sense to try further users.
|
||||||
if !e.Timeout() {
|
if !e.Timeout() {
|
||||||
waitTime = time.Minute * 10
|
waitTime = time.Minute * 10
|
||||||
logrus.WithError(e).Error("GetUserDevices returned net.Error")
|
logger.WithError(e).Error("GetUserDevices returned net.Error")
|
||||||
break userLoop
|
break userLoop
|
||||||
}
|
}
|
||||||
case gomatrix.HTTPError:
|
case gomatrix.HTTPError:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue