about summary refs log tree commit diff
path: root/src/libstore/local-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05T17·13+0100
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-03-05T17·13+0100
commit2b4964f31979b5227a7a51b646d2e4bbb5ef6579 (patch)
treef380690318c3613ede8fd80d604c4102621e67bd /src/libstore/local-store.cc
parent56042a120a3149ec7ddfb36c6f7d7b841ba6dfeb (diff)
Restore progress indication during nix-copy-closure
Diffstat (limited to 'src/libstore/local-store.cc')
-rw-r--r--src/libstore/local-store.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc
index db84cd23ce..231640eadf 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<PathSet>(hashAndReadSource);
 
     Path deriver = readString(hashAndReadSource);