summary refs log tree commit diff
path: root/src/Logging.h
diff options
context:
space:
mode:
authorAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
committerAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
commita38f3903551aa79908b053557d9ad3be0e7f0f25 (patch)
treed6d8c62b8739ae07ed30e989ffd5609acae86f11 /src/Logging.h
parentremoved leftovers from previous refactor (diff)
parentMerge pull request #86 from Nheko-Reborn/avatar-memory-usage (diff)
downloadnheko-a38f3903551aa79908b053557d9ad3be0e7f0f25.tar.xz
Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev-bugfix-71
Diffstat (limited to 'src/Logging.h')
-rw-r--r--src/Logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Logging.h b/src/Logging.h

index 2feae60d..e54f3c3f 100644 --- a/src/Logging.h +++ b/src/Logging.h
@@ -18,4 +18,6 @@ db(); std::shared_ptr<spdlog::logger> crypto(); + +extern bool enable_debug_log_from_commandline; }