next #44

Merged
sneak merged 79 commits from next into main 2026-03-15 18:49:20 +01:00
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
}
log.Debugf("+ %s (%d bytes)", entry.Path, bytesRead)
log.Verbosef("+ %s (%d bytes)", entry.Path, bytesRead)
scannedFiles++
scannedBytes += bytesRead