We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f0dd8 commit 6985e9fCopy full SHA for 6985e9f
src/libstore/gc.cc
@@ -907,7 +907,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
907
#endif
908
;
909
910
- printInfo("note: currently hard linking saves %s", renderSize(unsharedSize - actualSize - overhead));
+ printInfo("note: hard linking is currently saving %s", renderSize(unsharedSize - actualSize - overhead));
911
}
912
913
/* While we're at it, vacuum the database. */
0 commit comments