summaryrefslogtreecommitdiff
path: root/lib/common/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Logging.h')
-rw-r--r--lib/common/Logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 65018632..aea488a5 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -128,6 +128,9 @@ class Console : public Logger
class Syslog : public Logger
{
+ private:
+ std::string mName;
+
public:
Syslog();
virtual ~Syslog();