mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Mixer::Writer now uses the memory buffer, disabled verbose puts from Task verify package
This commit is contained in:
@@ -490,7 +490,7 @@ class W3DHub
|
||||
|
||||
if Digest::SHA256.new.hexdigest(chunk).upcase == checksum.upcase
|
||||
valid_at = chunk_start + read_length
|
||||
puts " Passed chunk: #{chunk_start}"
|
||||
# puts " Passed chunk: #{chunk_start}"
|
||||
# package.partially_valid_at_bytes = valid_at
|
||||
package.partially_valid_at_bytes = chunk_start
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user