mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix typo (#579)
This commit is contained in:
parent
b71d922a72
commit
a0b38a6f2b
@ -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 New Issue
Block a user