Disambiguate "marking build as succeeded" message

This commit is contained in:
Eelco Dolstra
2016-04-13 13:42:05 +02:00
parent ad834343b5
commit 00c78440b1
3 changed files with 4 additions and 3 deletions

View File

@ -165,6 +165,7 @@ bool State::getQueuedBuilds(Connection & conn, ref<Store> localStore,
auto mc = startDbUpdate();
pqxx::work txn(conn);
time_t now = time(0);
printMsg(lvlInfo, format("marking build %1% as succeeded (cached)") % build->id);
markSucceededBuild(txn, build, res, true, now, now);
txn.commit();
}