========
authorjhurst <jhurst@cinecert.com>
Fri, 12 Mar 2010 17:48:40 +0000 (17:48 +0000)
committerjhurst <>
Fri, 12 Mar 2010 17:48:40 +0000 (17:48 +0000)
src/KM_log.cpp

index 985d2103289f9ea548e48f4110a006872aa0fda5..43f767ae9d017483ee862f663de7bfaa735d3574 100755 (executable)
@@ -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);
 }