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