mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +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
|
@ -146,7 +146,7 @@ bool createUserEnv(EvalState & state, DrvInfos & elems,
|
|||
|
||||
Path lockTokenCur = optimisticLockProfile(profile);
|
||||
if (lockToken != lockTokenCur) {
|
||||
printError("profile '%1%' changed while we were busy; restarting", profile);
|
||||
printInfo("profile '%1%' changed while we were busy; restarting", profile);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue