Skip to content

Commit

Permalink
Mention build users in the 'waiting for' message
Browse files Browse the repository at this point in the history
(cherry picked from commit 772e5db)
  • Loading branch information
balsoft authored and flokli committed Oct 31, 2023
1 parent 849f9b8 commit 12935e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4475,7 +4475,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.tv_sec = std::max(1L,
(long) std::chrono::duration_cast<std::chrono::seconds>(
Expand Down

0 comments on commit 12935e5

Please sign in to comment.