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

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