From 14e47e9c2caa7bec5778dd740ebb4a200b2b5c2a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Oct 2007 14:58:00 +0000 Subject: [PATCH] * Doh. --- src/nix-store/nix-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 0d474946bf..a20ba81a6f 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -485,7 +485,7 @@ struct PrintFreed cout << format( (dryRun ? "%1% would be freed\n" - : "%1% freed (%.2f MiB)\n")) + : "%1% freed\n")) % showBytes(bytesFreed); } };