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
+1 -1
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;