DerivationGoal::registerOutputs(): Fix bad format string

This commit is contained in:
Eelco Dolstra 2020-09-23 15:34:11 +02:00
parent 9c95a8bebf
commit e8f0b1e996

View file

@ -3858,7 +3858,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;