# HG changeset patch # User Franz Glasner # Date 1737735057 -3600 # Node ID 5a2d9ec204cea5deef2e9a7e8c98c8ff91176544 # Parent 7cf9df49d0baffa87c03594a111dc3f479730fde Also log filename problems to stderr diff -r 7cf9df49d0ba -r 5a2d9ec204ce cutils/treesum.py --- a/cutils/treesum.py Thu Jan 23 14:04:07 2025 +0100 +++ b/cutils/treesum.py Fri Jan 24 17:10:57 2025 +0100 @@ -780,6 +780,7 @@ if dir_tainted: self._outfp.write(format_bsd_line( b"ERROR", None, b"directory is tainted", False, None)) + logging.error("Directory has filename problems: %r", opath) if self._print_size: self._outfp.write(format_bsd_line( self._algorithm[1], dir_dgst.digest(), opath,