Change make_join detail log to debug

This commit is contained in:
Devon Hudson 2023-05-11 19:12:40 -06:00
parent 6477324cae
commit d039f9a506
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -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,
)