mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
Don't print too loudly if a substituter is missing a path when copying signatures
This commit is contained in:
parent
9b40a46abe
commit
e77d3b805e
@ -72,7 +72,7 @@ struct CmdCopySigs : StorePathsCommand
|
||||
if (!info->sigs.count(sig))
|
||||
newSigs.insert(sig);
|
||||
} catch (InvalidPath &) {
|
||||
printError("path %s was invalid in substituter %s", storePath.to_string(), store2->getUri());
|
||||
debug("path %s was invalid in substituter %s", storePath.to_string(), store2->getUri());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user