From 6ac237e242260385168046ad95ebc7db2f3538b3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Aug 2006 09:43:41 +0000 Subject: * Show some progress. --- src/libstore/store.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libstore/store.cc b/src/libstore/store.cc index 47adea14a9a6..2f9193749347 100644 --- a/src/libstore/store.cc +++ b/src/libstore/store.cc @@ -824,6 +824,7 @@ void verifyStore(bool checkContents) invalidatePath(txn, *i); } else { if (checkContents) { + debug(format("checking contents of `%1%'") % *i); Hash expected = queryHash(txn, *i); Hash current = hashPath(expected.type, *i); if (current != expected) { -- cgit 1.4.1