mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Fix typo
This commit is contained in:
parent
b71d922a72
commit
c75a694da9
|
|
@ -311,7 +311,7 @@ func sendToRemoteServer(
|
||||||
if err == nil {
|
if err == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logrus.WithError(err).Warn("failed to send 3PID invite via %s", server)
|
logrus.WithError(err).Warnf("failed to send 3PID invite via %s", server)
|
||||||
}
|
}
|
||||||
|
|
||||||
return errors.New("failed to send 3PID invite via any server")
|
return errors.New("failed to send 3PID invite via any server")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue