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