summaryrefslogtreecommitdiffstats
path: root/src/util/debug.c
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-08-08 11:00:48 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-08 10:23:43 -0400
commit96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 (patch)
tree44ef8d94a0bfb793af2a4f4ef289d6b265ab8b3b /src/util/debug.c
parent8a07521b413a3b5879f824e1872c5770c92ee5c0 (diff)
downloadsssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.gz
sssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.xz
sssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.zip
debug_timestamps fixes
Fixed: could not overwrite debug_timestamps when set in sssd.conf Fixed: invalid description of debug_timestamps in sssd man page
Diffstat (limited to 'src/util/debug.c')
-rw-r--r--src/util/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/debug.c b/src/util/debug.c
index 18bfda42..e9ed8ae1 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";