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