From 45a09445c0c27bded928b45dcb7d909ccaebd1ab Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 12 Dec 2011 14:07:26 +0100 Subject: Rename DEBUG_LOG and FTICKS_LOG. --- radsecproxy.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index e780b96..a2e6eab 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3243,10 +3243,11 @@ int radsecproxy_main(int argc, char **argv) { if (!foreground) { debug_set_destination(options.logdestination ? options.logdestination - : "x-syslog:///", DEBUG_LOG); + : "x-syslog:///", LOG_TYPE_DEBUG); #if defined(WANT_FTICKS) if (options.ftickssyslogfacility) { - debug_set_destination(options.ftickssyslogfacility, FTICKS_LOG); + debug_set_destination(options.ftickssyslogfacility, + LOG_TYPE_FTICKS); free(options.ftickssyslogfacility); } #endif -- cgit v1.1