diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-01T09·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-01T09·43+0000 |
commit | 6ac237e242260385168046ad95ebc7db2f3538b3 (patch) | |
tree | 09cdf2c83a3053eebd2609a9ae0715675d73b663 /src/libstore/store.cc | |
parent | 4661282fde9f37780877fbeeb34b06b0c221e6bf (diff) |
* Show some progress.
Diffstat (limited to 'src/libstore/store.cc')
-rw-r--r-- | src/libstore/store.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |