summaryrefslogtreecommitdiffstats
path: root/src/util/debug.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-05-02 13:46:27 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-05-06 10:24:37 -0400
commitd818283d39d56204ffe710b6c9b83a2cf497f946 (patch)
tree0177903f733ba54c56cfc4fbfefc6c81927d8878 /src/util/debug.c
parent28a410f423bf9bcdf43ed14cd4c50634753b51f3 (diff)
downloadsssd_unused-d818283d39d56204ffe710b6c9b83a2cf497f946.tar.gz
sssd_unused-d818283d39d56204ffe710b6c9b83a2cf497f946.tar.xz
sssd_unused-d818283d39d56204ffe710b6c9b83a2cf497f946.zip
Allow changing the log level without restart
We will now re-read the confdb debug_level value when processing the monitor_common_logrotate() function, which occurs when the monitor receives a SIGHUP.
Diffstat (limited to 'src/util/debug.c')
-rw-r--r--src/util/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/debug.c b/src/util/debug.c
index 129b9d9b..dbd54c1e 100644
--- a/src/util/debug.c
+++ b/src/util/debug.c
@@ -39,7 +39,6 @@ int debug_to_file = 0;
const char *debug_log_file = "sssd";
FILE *debug_file = NULL;
-
errno_t set_debug_file_from_fd(const int fd)
{
FILE *dummy;