From 96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 8 Aug 2011 11:00:48 +0200 Subject: debug_timestamps fixes Fixed: could not overwrite debug_timestamps when set in sssd.conf Fixed: invalid description of debug_timestamps in sssd man page --- src/util/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index a59603d04..3ff5f6292 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -62,6 +62,9 @@ errno_t set_debug_file_from_fd(const int fd); #define SSS_DEFAULT_DEBUG_LEVEL 0 #define SSS_UNRESOLVED_DEBUG_LEVEL -1 +#define SSSDBG_TIMESTAMP_UNRESOLVED -1 +#define SSSDBG_TIMESTAMP_DEFAULT 1 + #define SSSD_DEBUG_OPTS \ {"debug-level", 'd', POPT_ARG_INT, &debug_level, 0, \ _("Debug level"), NULL}, \ -- cgit