mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
change status messages to info level
This commit is contained in:
parent
ecbb8e9c0a
commit
bfca5fc395
8 changed files with 25 additions and 32 deletions
|
@ -4862,7 +4862,7 @@ void Worker::waitForInput()
|
|||
if (!waitingForAWhile.empty()) {
|
||||
useTimeout = true;
|
||||
if (lastWokenUp == steady_time_point::min())
|
||||
printError("waiting for locks or build slots...");
|
||||
printInfo("waiting for locks or build slots...");
|
||||
if (lastWokenUp == steady_time_point::min() || lastWokenUp > before) lastWokenUp = before;
|
||||
timeout = std::max(1L,
|
||||
(long) std::chrono::duration_cast<std::chrono::seconds>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue