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

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