This commit is contained in:
Evgeniy Kulikov 2020-02-27 12:51:11 +03:00
parent 2590784e3a
commit c290e4178a
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -73,7 +73,7 @@ func (r *router) receiveFile(c echo.Context) error {
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}}