pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.82k stars 70 forks source link

Report cache flusher errors to the caller #240

Closed pkolaczk closed 8 months ago

pkolaczk commented 8 months ago

By reporting cache flushing problems to the caller, we can log those errors through Log instead of using eprintln.

Additionally, flush errors at exit are also logged now.