Blame SOURCES/INI-Remove-definiton-of-TRACE_LEVEL.patch

787af7
From 8509cfaa757c0f8cc4d79357613f46d2fd9ee878 Mon Sep 17 00:00:00 2001
787af7
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
787af7
Date: Wed, 15 Nov 2017 18:31:47 +0100
787af7
Subject: [PATCH] INI: Remove definiton of TRACE_LEVEL
787af7
787af7
Macros TRACE_LEVEL 7 and TRACE_HOME should only be defined
787af7
in testing builds where we want debug messages to be generated.
787af7
787af7
The macros are leftovers from the previous patch where they
787af7
were improperly added for debug purposes.
787af7
787af7
Resolves:
787af7
https://pagure.io/SSSD/ding-libs/issue/3182
787af7
787af7
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
787af7
(cherry picked from commit a731d8c8c515e7e42a4fb448e0ecb6934d5bf99b)
787af7
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
787af7
---
787af7
 ini/ini_augment.c | 2 --
787af7
 1 file changed, 2 deletions(-)
787af7
787af7
diff --git a/ini/ini_augment.c b/ini/ini_augment.c
787af7
index 9d83ad9..5a5a173 100644
787af7
--- a/ini/ini_augment.c
787af7
+++ b/ini/ini_augment.c
787af7
@@ -32,8 +32,6 @@
787af7
 #include <sys/types.h>
787af7
 #include <regex.h>
787af7
 #include <unistd.h>
787af7
-#define TRACE_LEVEL 7
787af7
-#define TRACE_HOME
787af7
 #include "trace.h"
787af7
 #include "collection.h"
787af7
 #include "collection_tools.h"