This commit is contained in:
Eelco Dolstra 2016-11-08 20:19:02 +01:00
parent b3ba762dbf
commit a83b10f84c

View file

@ -3791,7 +3791,7 @@ void LocalStore::buildPaths(const PathSet & drvPaths, BuildMode buildMode)
}
if (!failed.empty())
throw Error(worker.exitStatus(), "build of %s failed",showPaths(failed));
throw Error(worker.exitStatus(), "build of %s failed", showPaths(failed));
}