mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ struct CmdCopySigs : StorePathsCommand
|
||||||
if (!info->sigs.count(sig))
|
if (!info->sigs.count(sig))
|
||||||
newSigs.insert(sig);
|
newSigs.insert(sig);
|
||||||
} catch (InvalidPath &) {
|
} 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…
Add table
Add a link
Reference in a new issue