From fe0424ff1fbedcbcf5f35d5c20d2cd7947866ae4 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 27 Aug 2007 22:41:31 -0400 Subject: [PATCH] Disable debug flag --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 559e281..a3c2cb3 100644 --- a/src/main.c +++ b/src/main.c @@ -33,7 +33,7 @@ #include -#define DEBUG 1 +#define DEBUG 0 #ifdef DEBUG #define DEBUG_LOG(s, ...) fprintf(stderr, (s), ## __VA_ARGS__) #else