aboutsummaryrefslogtreecommitdiff
path: root/src/interp/trace.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r--src/interp/trace.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot
index 883717c1..d25c4506 100644
--- a/src/interp/trace.boot
+++ b/src/interp/trace.boot
@@ -504,6 +504,7 @@ traceDomainLocalOps(dom,lops,options) ==
-- nil
untraceDomainLocalOps(dom,lops) ==
+ abb := abbreviate dom
sayMSG ['" ",:bright abb,'"has no local functions to untrace."]
NIL
-- lops = "all" => untraceAllDomainLocalOps(dom)