summaryrefslogtreecommitdiffstats
path: root/src/Common/LogManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/LogManager.h')
-rw-r--r--src/Common/LogManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/LogManager.h b/src/Common/LogManager.h
index 65fcf19..22a8c75 100644
--- a/src/Common/LogManager.h
+++ b/src/Common/LogManager.h
@@ -86,7 +86,7 @@ class LogManager : public Configurable {
remoteLoggers.erase(logger);
}
- static LogManager *getLogManager() {
+ static LogManager *get() {
return &logManager;
}
};