diff options
| author | jhurst <jhurst@cinecert.com> | 2010-03-12 17:48:40 +0000 |
|---|---|---|
| committer | jhurst <> | 2010-03-12 17:48:40 +0000 |
| commit | 474b51f57b4677b427873095bb296f7e0b82b442 (patch) | |
| tree | f859516c2cb99f25d8c0453afd8400961801670a /src/KM_log.cpp | |
| parent | 55dc1c3f519982727bd6d0f3fecddef77c74f56c (diff) | |
========
Diffstat (limited to 'src/KM_log.cpp')
| -rwxr-xr-x | src/KM_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp index 985d210..43f767a 100755 --- a/src/KM_log.cpp +++ b/src/KM_log.cpp @@ -170,7 +170,7 @@ int const SYSLOG_DEBUG = LOG_DEBUG; Kumu::SyslogLogSink::SyslogLogSink(const std::string& source_name, int facility) { if ( facility == 0 ) - facility == LOG_DAEMON; + facility = LOG_DAEMON; openlog(source_name.c_str(), LOG_CONS|LOG_NDELAY||LOG_PID, facility); } |
