summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2010-03-12 17:48:40 +0000
committerjhurst <>2010-03-12 17:48:40 +0000
commit474b51f57b4677b427873095bb296f7e0b82b442 (patch)
treef859516c2cb99f25d8c0453afd8400961801670a /src/KM_log.cpp
parent55dc1c3f519982727bd6d0f3fecddef77c74f56c (diff)
========
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp2
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);
}