Skip to content
Snippets Groups Projects
Commit 862c0216 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Show count of expired subdirectories in grace location summary

Relates to #20
parent eb820789
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,8 @@ namespace ATxCommon ...@@ -105,7 +105,8 @@ namespace ATxCommon
} }
} }
summary += $"\n - sum of expired folders: {Conv.BytesToString(totalSizeExpired)}\n"; summary += $"\n - summary: {ExpiredSubDirsCount} expired folders with a total size " +
$"of {Conv.BytesToString(totalSizeExpired)}\n";
return summary; return summary;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment