Fix bad debug format string

This commit is contained in:
John Ericson 2020-08-24 18:10:58 +00:00
parent b0b59fd05a
commit 59979e7053

View file

@ -3850,7 +3850,7 @@ void DerivationGoal::registerOutputs()
something like that. */
canonicalisePathMetaData(actualPath, buildUser ? buildUser->getUID() : -1, inodesSeen);
debug("scanning for references for output %1 in temp location '%1%'", outputName, actualPath);
debug("scanning for references for output '%s' in temp location '%s'", outputName, actualPath);
/* Pass blank Sink as we are not ready to hash data at this stage. */
NullSink blank;