From 582e01c06f9ecee25a31c34562926b41dc2856eb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Feb 2005 09:50:29 +0000 Subject: * Automatically upgrade <= 0.7 Nix stores to the new schema (so that existing user environments continue to work). * `nix-store --verify': detect incomplete closures. --- src/libstore/db.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/db.cc') diff --git a/src/libstore/db.cc b/src/libstore/db.cc index 3b7bddaa26..4a815a5f90 100644 --- a/src/libstore/db.cc +++ b/src/libstore/db.cc @@ -82,7 +82,7 @@ void Transaction::moveTo(Transaction & t) void Database::requireEnv() { checkInterrupt(); - if (!env)throw Error("database environment is not open " + if (!env) throw Error("database environment is not open " "(maybe you don't have sufficient permission?)"); } -- cgit 1.4.1