diff options
author | Alexander Bantyev <balsoft@balsoft.ru> | 2020-05-08 12:29:00 +0300 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2020-05-08 12:29:00 +0300 |
commit | 772e5db828c9924c803b4d126bca72d7e123614b (patch) | |
tree | 53dcccb7d5636f0d36e43b2d0facb4d2b0c17be1 /src | |
parent | 14073fb76be0f46cb9335edf747fcfa1a5275b7b (diff) |
Mention build users in the 'waiting for' message
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 00101f553..a8c1cd565 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -4830,7 +4830,7 @@ void Worker::waitForInput() if (!waitingForAWhile.empty()) { useTimeout = true; if (lastWokenUp == steady_time_point::min()) - printError("waiting for locks or build slots..."); + printError("waiting for locks, build slots or build users..."); if (lastWokenUp == steady_time_point::min() || lastWokenUp > before) lastWokenUp = before; timeout = std::max(1L, (long) std::chrono::duration_cast<std::chrono::seconds>( |