about summary refs log tree commit diff stats
path: root/081run_interactive.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-29 12:04:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-29 12:04:30 -0700
commitd9025124a102fb7b421699e4e0463a3c62b261cb (patch)
tree6f54fe4380ab9057e5656213e8240cdc3b1e4904 /081run_interactive.cc
parentdd2e01e43e971c9325b343fa3e554097e829c508 (diff)
downloadmu-d9025124a102fb7b421699e4e0463a3c62b261cb.tar.gz
2312
Diffstat (limited to '081run_interactive.cc')
-rw-r--r--081run_interactive.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/081run_interactive.cc b/081run_interactive.cc
index ced4f763..f2a2e331 100644
--- a/081run_interactive.cc
+++ b/081run_interactive.cc
@@ -100,7 +100,7 @@ bool run_interactive(long long int address) {
   // and wait for it
   if (Save_trace_stream) {
     ++Save_trace_stream->callstack_depth;
-    trace("trace") << "run-interactive: incrementing callstack depth to " << Save_trace_stream->callstack_depth << end();
+    trace(9999, "trace") << "run-interactive: incrementing callstack depth to " << Save_trace_stream->callstack_depth << end();
     assert(Save_trace_stream->callstack_depth < 9000);  // 9998-101 plus cushion
   }
   Current_routine->calls.push_front(call(Recipe_ordinal["sandbox"]));