From 0693da042c5bca59b3090f2eaa741f77098e9731 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 12 Dec 2011 14:42:36 +0100 Subject: [PATCH] Fix missing renaming of FTICKS_LOG. Found by Maja Wolniewicz. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.c b/debug.c index 3b3a7fd..7596303 100644 --- a/debug.c +++ b/debug.c @@ -117,7 +117,7 @@ int debug_set_destination(char *dest, int log_type) { if (log_type != LOG_TYPE_FTICKS) debug_syslogfacility = LOG_DAEMON; #if defined(WANT_FTICKS) - else if (log_type == FTICKS_LOG) + else if (log_type == LOG_TYPE_FTICKS) fticks_syslogfacility = 0; #endif } -- 2.1.4