From 99dd40a885ed3d42af4bbbde7ee2fc98830544d0 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 9 Aug 2011 13:01:05 +0200 Subject: New DEBUG facility - conversion https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT) --- src/util/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index f1f1c634..22b0937d 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -61,7 +61,6 @@ int debug_get_level(int old_level); int debug_convert_old_level(int old_level); errno_t set_debug_file_from_fd(const int fd); -#define SSS_DEFAULT_DEBUG_LEVEL SSSDBG_DEFAULT #define SSS_UNRESOLVED_DEBUG_LEVEL SSSDBG_UNRESOLVED #define SSSDBG_FATAL_FAILURE 0x0010 /* level 0 */ -- cgit