mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-12 08:33:10 -06:00
Change make_join detail log to debug
This commit is contained in:
parent
6477324cae
commit
d039f9a506
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue