diff --git a/federationapi/routing/routing.go b/federationapi/routing/routing.go index b8d16d3d2..4e7d078a7 100644 --- a/federationapi/routing/routing.go +++ b/federationapi/routing/routing.go @@ -342,8 +342,7 @@ func Setup( } } - logrus.Warnf("Processing make_join for user %s, room %s", userID.String(), roomID.String()) - + logrus.Debugf("Processing make_join for user %s, room %s", userID.String(), roomID.String()) return MakeJoin( httpReq, request, cfg, rsAPI, roomID, userID, remoteVersions, )