diff options
Diffstat (limited to 'src/utils.cc')
-rw-r--r-- | src/utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc index 2f592325..4f810f93 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -635,7 +635,7 @@ optional<boost::u32regex> _log_category_re; optional<boost::regex> _log_category_re; #endif -struct __maybe_enable_debugging { +static struct __maybe_enable_debugging { __maybe_enable_debugging() { if (const char * p = std::getenv("LEDGER_DEBUG")) { _log_level = LOG_DEBUG; |