printError -> printTalkative

This commit is contained in:
Eelco Dolstra 2018-03-02 17:31:11 +01:00
parent 64ea7cc437
commit 2d52180455
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 1 deletions

View File

@ -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);