mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* Get rid of some superfluous error messages if a substituter fails.
* Say "fetch" instead of "substitute".
This commit is contained in:
parent
216440b3ff
commit
b1eb8f4249
2 changed files with 7 additions and 16 deletions
|
@ -65,7 +65,7 @@ void printMissing(StoreAPI & store, const PathSet & paths)
|
|||
}
|
||||
|
||||
if (!willSubstitute.empty()) {
|
||||
printMsg(lvlInfo, format("these paths will be downloaded/copied (%.2f MiB download, %.2f MiB unpacked):")
|
||||
printMsg(lvlInfo, format("these paths will be fetched (%.2f MiB download, %.2f MiB unpacked):")
|
||||
% (downloadSize / (1024.0 * 1024.0))
|
||||
% (narSize / (1024.0 * 1024.0)));
|
||||
foreach (PathSet::iterator, i, willSubstitute)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue