diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 300e184328cfbf3a85cf1f362af8133722529ed1..ae29431578a7cc2ae9f5468e4e9f836f15e493ec 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<unsigned int, Symbol> PrimOpCalls_;