mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-15 07:42:58 +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 {
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue