summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-05 19:58:27 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-05 19:58:27 +0100
commit923796e332fd36e7e96322e844a881cfc88915b6 (patch)
tree2be5bc1a6ad5143bb1c4a43836bcc25edb22f008
parent1b656f66ec235429465ecf63a90dcc636d3c8482 (diff)
Disable verboseecho-spam-34140
-rw-r--r--tools/tool-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool-common.h b/tools/tool-common.h
index ae639edf..fc00b6a8 100644
--- a/tools/tool-common.h
+++ b/tools/tool-common.h
@@ -25,7 +25,7 @@
#include <dbus/dbus.h>
-#if 1
+#if 0
#define VERBOSE fprintf
#else
#define VERBOSE(...) do {} while (0)