Conrad Meyer dae47ea
--- aiccu/common/common.c.orig	2011-10-27 18:32:11.933323958 -0700
Conrad Meyer dae47ea
+++ aiccu/common/common.c	2011-10-27 18:32:21.247179132 -0700
Conrad Meyer dae47ea
@@ -37,7 +37,7 @@
Conrad Meyer dae47ea
 	if (g_aiccu && !g_aiccu->verbose && level == LOG_DEBUG) return;
Conrad Meyer dae47ea
 
Conrad Meyer dae47ea
 #ifndef _WIN32
Conrad Meyer dae47ea
-	if (g_aiccu && g_aiccu->daemonize > 0) vsyslog(LOG_LOCAL7|level, fmt, ap);
Conrad Meyer dae47ea
+	if (g_aiccu && g_aiccu->daemonize > 0) vsyslog(LOG_DAEMON|level, fmt, ap);
Conrad Meyer dae47ea
 	else
Conrad Meyer dae47ea
 	{
Conrad Meyer dae47ea
 		vfprintf(stderr, fmt, ap);