Skip to content

Commit

Permalink
Fix accidental printError
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 17, 2017
1 parent f3e4323 commit 4ec6eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/store-api.cc
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit 4ec6eb1

Please sign in to comment.