mirror of
https://github.com/LBRYFoundation/reflector.go.git
synced 2025-08-23 17:27:25 +00:00
dont log every blob you get
This commit is contained in:
parent
bd8a35e366
commit
44cf4d085c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func (s *Server) receiveBlob(conn net.Conn) error {
|
||||||
// this can also happen if the blob size is wrong, because the server will read the wrong number of bytes from the stream
|
// this can also happen if the blob size is wrong, because the server will read the wrong number of bytes from the stream
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infoln("Got blob " + blobHash[:8])
|
log.Debugln("Got blob " + blobHash[:8])
|
||||||
|
|
||||||
if isSdBlob {
|
if isSdBlob {
|
||||||
err = s.store.PutSD(blobHash, blob)
|
err = s.store.PutSD(blobHash, blob)
|
||||||
|
|
Loading…
Add table
Reference in a new issue