1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Nix daemon: respect build timeout from the client

This commit is contained in:
Eelco Dolstra 2013-04-23 16:59:06 +02:00
parent 08d96ffad0
commit 934cf2d1f4
2 changed files with 5 additions and 4 deletions

View file

@ -3231,7 +3231,7 @@ void Worker::waitForInput()
after - before >= (time_t) settings.buildTimeout)
{
printMsg(lvlError,
format("%1% timed out after %2% seconds of activity")
format("%1% timed out after %2% seconds")
% goal->getName() % settings.buildTimeout);
goal->cancel();
}