mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
printError -> printTalkative
This commit is contained in:
parent
64ea7cc437
commit
2d52180455
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ void ExprInclude::eval(EvalState & state, Env & env, Value & v)
|
|||
auto realPath = state.checkSourcePath(
|
||||
state.toRealPath(state.coerceToPath(pos, vPath, context), context));
|
||||
|
||||
printError("including file '%1%'", realPath);
|
||||
printTalkative("including file '%1%'", realPath);
|
||||
|
||||
auto e = state.parseExprFromFile(resolveExprPath(realPath), *staticEnv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue