main
Zero King 2018-09-01 08:31:47 +00:00 committed by Matthew Hodgson
parent b71d922a72
commit a0b38a6f2b
1 changed files with 1 additions and 1 deletions

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