aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.h b/src/logging.h
index e399d4c307..4fa9e0c8a4 100644
--- a/src/logging.h
+++ b/src/logging.h
@@ -93,7 +93,7 @@ namespace BCLog {
/** Returns whether logs will be written to any output */
bool Enabled() const { return m_print_to_console || m_print_to_file; }
- bool OpenDebugLog();
+ bool StartLogging();
void ShrinkDebugFile();
uint32_t GetCategoryMask() const { return m_categories.load(); }