From a0b38a6f2bad16655d8107eff5ce823cad331d8f Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 1 Sep 2018 08:31:47 +0000 Subject: [PATCH] Fix typo (#579) --- .../matrix-org/dendrite/federationapi/routing/threepid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go b/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go index 1c952c80a..27796067b 100644 --- a/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go +++ b/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go @@ -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")