about summary refs log tree commit diff
path: root/src/fix/fix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix/fix.cc')
-rw-r--r--src/fix/fix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix/fix.cc b/src/fix/fix.cc
index d75e26b00930..8b8441050df6 100644
--- a/src/fix/fix.cc
+++ b/src/fix/fix.cc
@@ -384,7 +384,7 @@ static Expr evalExpr2(EvalState & state, Expr e)
 static Expr evalExpr(EvalState & state, Expr e)
 {
     startNest(nest, lvlVomit,
-        format("evaluating expression: %1%") % printTerm(e));
+        format("evaluating expression: %1%") % e);
 
     /* Consult the memo table to quickly get the normal form of
        previously evaluated expressions. */