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

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