dont log every blob you get

This commit is contained in:
Alex Grintsvayg 2018-08-15 15:52:41 -04:00
parent bd8a35e366
commit 44cf4d085c

View file

@ -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
}
log.Infoln("Got blob " + blobHash[:8])
log.Debugln("Got blob " + blobHash[:8])
if isSdBlob {
err = s.store.PutSD(blobHash, blob)