This commit is contained in:
Zero King 2018-09-01 05:55:19 +00:00
parent b71d922a72
commit c75a694da9

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