mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 11:03:39 +00:00
fix fmt
This commit is contained in:
parent
485060f33c
commit
dc0c9729d4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ 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 (%d)", i)
|
||||
}
|
||||
util.GetLogger(ctx).Infof("ProcessRoomEvent done done")
|
||||
for i := range request.InputInviteEvents {
|
||||
|
|
Loading…
Reference in a new issue