From 076c19e0d1a6ad226d002a359df666216fa97950 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Fri, 24 May 2024 12:33:39 -0600 Subject: change "evaluating file" logs to debug I can't imagine wanting this unless you are debugging something (in which case it's very useful) Change-Id: I90c6f182c18486e9f6b15a59379bbb8e88fb8e7f --- src/libexpr/eval.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexpr/eval.cc') diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 65f0a7938..a8b37325b 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1115,7 +1115,7 @@ void EvalState::evalFile(const SourcePath & path_, Value & v, bool mustBeTrivial return; } - printTalkative("evaluating file '%1%'", resolvedPath); + debug("evaluating file '%1%'", resolvedPath); Expr * e = nullptr; auto j = fileParseCache.find(resolvedPath); -- cgit v1.2.3