diff options
Diffstat (limited to 'src/log.cpp')
-rw-r--r-- | src/log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp index 579831096..a963f4c27 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -159,4 +159,5 @@ std::ostream actionstream(&actionbuf); std::ostream infostream(&infobuf); std::ostream verbosestream(&verbosebuf); +bool log_trace_level_enabled = false; |