From 6985e9f2c37a87fbac04ade000351792ed707013 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 30 Oct 2025 03:05:06 -0500 Subject: [PATCH] fix(libstore): Rewrite hard linking message to be more clear --- src/libstore/gc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 193247aa2..4846d445f 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -907,7 +907,7 @@ void LocalStore::collectGarbage(const GCOptions & options, GCResults & results) #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. */