mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 19:43:40 +00:00
even moar logging
This commit is contained in:
parent
726dcde016
commit
485060f33c
1 changed files with 2 additions and 0 deletions
|
@ -69,7 +69,9 @@ func (r *RoomserverInputAPI) InputRoomEvents(
|
|||
util.GetLogger(ctx).Warnf("ProcessRoomEvent returned %s", err)
|
||||
return err
|
||||
}
|
||||
util.GetLogger(ctx).Infof("ProcessRoomEvent done (%i)", i)
|
||||
}
|
||||
util.GetLogger(ctx).Infof("ProcessRoomEvent done done")
|
||||
for i := range request.InputInviteEvents {
|
||||
if err := processInviteEvent(ctx, r.DB, r, request.InputInviteEvents[i]); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue