about summary refs log tree commit diff
path: root/src/nix-store
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-10-10T14·58+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-10-10T14·58+0000
commit14e47e9c2caa7bec5778dd740ebb4a200b2b5c2a (patch)
treef2ab4719e8dcef72018f6e93346d80b82849edb4 /src/nix-store
parentd04291cfabd81f3c9e06b2dba68a4edaf6f8df87 (diff)
* Doh.
Diffstat (limited to 'src/nix-store')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
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);
     }
 };