Update src/build-remote/build-remote.cc

This commit is contained in:
Eelco Dolstra 2021-02-26 16:29:30 +01:00 committed by GitHub
parent c32168c9bc
commit 14f51880ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);