mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Merge pull request #14363 from cootshk/patch-1
fix(libstore): Rewrite hard linking message to be more clear
This commit is contained in:
commit
6d87184a52
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
printInfo("note: currently hard linking saves %s", renderSize(unsharedSize - actualSize - overhead));
|
printInfo("note: hard linking is currently saving %s", renderSize(unsharedSize - actualSize - overhead));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* While we're at it, vacuum the database. */
|
/* While we're at it, vacuum the database. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue