Merge pull request #5310 from trofi/drop-spammy-rewrite

local-derivation-goal.cc: drop spammy "warning: rewriting hashes in..…
This commit is contained in:
Eelco Dolstra 2021-10-03 19:53:06 +02:00 committed by GitHub
commit 6fadb5df05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2208,7 +2208,7 @@ void LocalDerivationGoal::registerOutputs()
auto rewriteOutput = [&]() {
/* Apply hash rewriting if necessary. */
if (!outputRewrites.empty()) {
warn("rewriting hashes in '%1%'; cross fingers", actualPath);
debug("rewriting hashes in '%1%'; cross fingers", actualPath);
/* FIXME: this is in-memory. */
StringSink sink;