next #44

Open
sneak wants to merge 78 commits from next into main
Showing only changes of commit 1e81801036 - Show all commits

View File

@ -354,7 +354,7 @@ func (s *Scanner) ToManifest(ctx context.Context, w io.Writer, progress chan<- S
return err return err
} }
log.Debugf("+ %s (%d bytes)", entry.Path, bytesRead) log.Verbosef("+ %s (%d bytes)", entry.Path, bytesRead)
scannedFiles++ scannedFiles++
scannedBytes += bytesRead scannedBytes += bytesRead