From 2b4964f31979b5227a7a51b646d2e4bbb5ef6579 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Mar 2012 18:13:44 +0100 Subject: Restore progress indication during nix-copy-closure --- src/libstore/local-store.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstore/local-store.cc') diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index db84cd23ce74..231640eadfa2 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -1276,6 +1276,8 @@ Path LocalStore::importPath(bool requireSignature, Source & source) Path dstPath = readStorePath(hashAndReadSource); + printMsg(lvlInfo, format("importing path `%1%'") % dstPath); + PathSet references = readStorePaths(hashAndReadSource); Path deriver = readString(hashAndReadSource); -- cgit 1.4.1