From 87bb8161ac422c0add714a8e09e37968c91c7a10 Mon Sep 17 00:00:00 2001
From: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Date: Sat, 18 Feb 2017 23:53:46 +0100
Subject: [PATCH] disable debug messsages

---
 tools/proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/proxy.c b/tools/proxy.c
index eeb54267c..d930d7aa0 100644
--- a/tools/proxy.c
+++ b/tools/proxy.c
@@ -60,7 +60,7 @@
 #define EVENT_SIZE	(sizeof (struct inotify_event))
 #define BUF_LEN		(1024 * (EVENT_SIZE + 16))
 
-#if 1
+#if 0
 #define PROXY_DEBUG(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__);
 #else
 #define PROXY_DEBUG(fmt, ...) {}