From 8c50bd085c0efe5fde354deee2c8118887aae29d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 18 Sep 2009 12:35:34 +0200 Subject: Use syslog for logging error conditions in SSSD This is just a band-aid until ELAPI is fully functional and ready to use. --- server/util/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/util/debug.c') diff --git a/server/util/debug.c b/server/util/debug.c index a7b3a091..f0b5865e 100644 --- a/server/util/debug.c +++ b/server/util/debug.c @@ -29,6 +29,7 @@ const char *debug_prg_name = "sssd"; int debug_level = 0; int debug_timestamps = 0; +int send_syslog = 1; void debug_fn(const char *format, ...) { -- cgit