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

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