hydra-queue-runner: Fix message

This commit is contained in:
Eelco Dolstra 2016-11-02 12:44:18 +01:00
parent 4f08c85c69
commit d7453bd8be

View file

@ -166,7 +166,7 @@ State::StepResult State::doBuildStep(nix::ref<Store> destStore, Step::ptr step,
} catch (__cxxabiv1::__forced_unwind & e) {
/* The queue monitor thread cancelled this step. */
try {
printInfo("marking step %d of build %d as succeeded", stepNr, buildId);
printInfo("marking step %d of build %d as cancelled", stepNr, buildId);
pqxx::work txn(*conn);
finishBuildStep(txn, result.startTime, time(0), result.overhead, buildId,
stepNr, machine->sshName, bsCancelled, "");