From 87b8670b2749d02ffdc6c06506ac692b09db5be2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 22 Sep 2009 13:11:29 -0400 Subject: Revert "Use syslog for logging error conditions in SSSD" This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d. Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made use of the SYSLOG_ERROR() macro, so those portions of that code also needed to be reverted. --- server/util/debug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'server/util/debug.c') diff --git a/server/util/debug.c b/server/util/debug.c index f0b5865e1..a7b3a0916 100644 --- a/server/util/debug.c +++ b/server/util/debug.c @@ -29,7 +29,6 @@ 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