Skip to content

Commit 6985e9f

Browse files
committed
fix(libstore): Rewrite hard linking message to be more clear
1 parent e6f0dd8 commit 6985e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/gc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results)
907907
#endif
908908
;
909909

910-
printInfo("note: currently hard linking saves %s", renderSize(unsharedSize - actualSize - overhead));
910+
printInfo("note: hard linking is currently saving %s", renderSize(unsharedSize - actualSize - overhead));
911911
}
912912

913913
/* While we're at it, vacuum the database. */

0 commit comments

Comments
 (0)