diff options
Diffstat (limited to 'transect')
-rw-r--r-- | transect/003trace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transect/003trace.cc b/transect/003trace.cc index 35db0169..fcbf26c0 100644 --- a/transect/003trace.cc +++ b/transect/003trace.cc @@ -179,7 +179,7 @@ bool Dump_trace = false; // if set, print trace lines to screen string Dump_label = ""; // if set, print trace lines matching a single label to screen :(before "End Reset") Hide_errors = false; -Dump_trace = false; +Dump_trace = false; // toggle this to print traces to screen as they are emitted Dump_label = ""; :(before "End Includes") |