mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-14 23:32:45 +00:00
Fix typo (#579)
This commit is contained in:
parent
b71d922a72
commit
a0b38a6f2b
1 changed files with 1 additions and 1 deletions
|
@ -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