1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

fix(libstore): Rewrite hard linking message to be more clear

This commit is contained in:
Henry 2025-10-30 03:05:06 -05:00
parent e6f0dd8df5
commit 6985e9f2c3
No known key found for this signature in database

View file

@ -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. */