0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02:00
This commit is contained in:
Zero King 2018-09-01 08:31:47 +00:00 committed by Matthew Hodgson
parent b71d922a72
commit a0b38a6f2b

View file

@ -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")