diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index 339445aa0..27bfbcb8f 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -614,7 +614,7 @@ void copyPaths(ref srcStore, ref dstStore, const PathSet & storePa checkInterrupt(); if (!dstStore->isValidPath(storePath)) { - printError("copying ā€˜%sā€™...", storePath); + printInfo("copying ā€˜%sā€™...", storePath); copyStorePath(srcStore, dstStore, storePath, repair, checkSigs); } });