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/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/debug.c') diff --git a/src/util/debug.c b/src/util/debug.c index 18bfda428..e9ed8ae15 100644 --- a/src/util/debug.c +++ b/src/util/debug.c @@ -34,7 +34,7 @@ const char *debug_prg_name = "sssd"; int debug_level = SSS_UNRESOLVED_DEBUG_LEVEL; -int debug_timestamps = 1; +int debug_timestamps = SSSDBG_TIMESTAMP_UNRESOLVED; int debug_to_file = 0; const char *debug_log_file = "sssd"; -- cgit