diff options
-rw-r--r-- | src/libstore/store-api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index 339445aa064a..27bfbcb8f129 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -614,7 +614,7 @@ void copyPaths(ref<Store> srcStore, ref<Store> dstStore, const PathSet & storePa checkInterrupt(); if (!dstStore->isValidPath(storePath)) { - printError("copying ‘%s’...", storePath); + printInfo("copying ‘%s’...", storePath); copyStorePath(srcStore, dstStore, storePath, repair, checkSigs); } }); |