forked from lix-project/hydra
Add log message
This commit is contained in:
parent
ad035b5227
commit
922dc541c2
|
@ -276,6 +276,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||||
/* If the path was substituted or already valid, then we didn't
|
/* If the path was substituted or already valid, then we didn't
|
||||||
get a build log. */
|
get a build log. */
|
||||||
if (result.status == BuildResult::Substituted || result.status == BuildResult::AlreadyValid) {
|
if (result.status == BuildResult::Substituted || result.status == BuildResult::AlreadyValid) {
|
||||||
|
printMsg(lvlInfo, format("outputs of ‘%1%’ substituted or already valid on ‘%2%’") % step->drvPath % machine->sshName);
|
||||||
unlink(result.logFile.c_str());
|
unlink(result.logFile.c_str());
|
||||||
result.logFile = "";
|
result.logFile = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue