diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 300e184328..ae29431578 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -1275,6 +1275,7 @@ void EvalState::printStats() printMsg(v, format(" number of function calls: %1%") % nrFunctionCalls); if (countCalls) { + v = lvlInfo; printMsg(v, format("calls to %1% primops:") % primOpCalls.size()); typedef std::multimap PrimOpCalls_;