mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Update src/build-remote/build-remote.cc
This commit is contained in:
parent
c32168c9bc
commit
14f51880ba
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ connected:
|
|||
auto thisOutputHash = outputHashes.at(outputName);
|
||||
auto thisOutputId = DrvOutput{ thisOutputHash, outputName };
|
||||
if (!store->queryRealisation(thisOutputId)) {
|
||||
notice("Missing output %s", outputName);
|
||||
debug("missing output %s", outputName);
|
||||
assert(result.builtOutputs.count(thisOutputId));
|
||||
auto newRealisation = result.builtOutputs.at(thisOutputId);
|
||||
missingRealisations.insert(newRealisation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue