forked from TrueCloudLab/frostfs-http-gw
fix typo
This commit is contained in:
parent
2590784e3a
commit
c290e4178a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func (r *router) receiveFile(c echo.Context) error {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Error("object sent to client", zap.Stringer("elapsed", time.Since(start)))
|
log.Info("object sent to client", zap.Stringer("elapsed", time.Since(start)))
|
||||||
}()
|
}()
|
||||||
|
|
||||||
req := &object.GetRequest{Address: refs.Address{ObjectID: oid, CID: cid}}
|
req := &object.GetRequest{Address: refs.Address{ObjectID: oid, CID: cid}}
|
||||||
|
|
Loading…
Reference in a new issue