mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
nix-store --optimise: Remove bogus statistics
This commit is contained in:
parent
690adeb03d
commit
84813af5b9
3 changed files with 9 additions and 14 deletions
|
@ -801,11 +801,9 @@ static void opRepairPath(Strings opFlags, Strings opArgs)
|
|||
static void showOptimiseStats(OptimiseStats & stats)
|
||||
{
|
||||
printMsg(lvlError,
|
||||
format("%1% freed by hard-linking %2% files; there are %3% files with equal contents out of %4% files in total")
|
||||
format("%1% freed by hard-linking %2% files")
|
||||
% showBytes(stats.bytesFreed)
|
||||
% stats.filesLinked
|
||||
% stats.sameContents
|
||||
% stats.totalFiles);
|
||||
% stats.filesLinked);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue