summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/metadata/rm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/metadata/rm.c b/apps/metadata/rm.c
index 2b3100b81a..7866bb7c55 100644
--- a/apps/metadata/rm.c
+++ b/apps/metadata/rm.c
@@ -31,7 +31,8 @@
31#include "metadata_parsers.h" 31#include "metadata_parsers.h"
32#include "logf.h" 32#include "logf.h"
33 33
34#define DEBUG_RM 34/* Uncomment the following line for debugging */
35//#define DEBUG_RM
35#ifndef DEBUG_RM 36#ifndef DEBUG_RM
36#undef DEBUGF 37#undef DEBUGF
37#define DEBUGF(...) 38#define DEBUGF(...)