summaryrefslogtreecommitdiff
path: root/src/syncevo/LogSyslog.h
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-04-08 21:14:05 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-06 16:28:13 +0200
commitff2c4584b2874695405eb8e7b1565d3b7fe372fe (patch)
treeff3fa4878478655d2322c71866b15e089b675fb2 /src/syncevo/LogSyslog.h
parentecfceb3f9844d9005050e5040e774e9e4b8c8fe3 (diff)
Logging: remove obsolete isProcessSafe()
The method became obsolete when introducing fork+exec for local syncing. Before that, the method was used to remove unsafe loggers in the child's process. Now exec() does that for us.
Diffstat (limited to 'src/syncevo/LogSyslog.h')
-rw-r--r--src/syncevo/LogSyslog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syncevo/LogSyslog.h b/src/syncevo/LogSyslog.h
index 18cd9271..255f3e55 100644
--- a/src/syncevo/LogSyslog.h
+++ b/src/syncevo/LogSyslog.h
@@ -49,7 +49,6 @@ public:
const char *format,
va_list args);
- virtual bool isProcessSafe() const { return true; }
private:
static int getSyslogLevel(Level level);
};