aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/qemud
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-02 13:34:26 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-05-02 13:34:26 +0200
commitdbf6055b33f2c9442f8436926082d4deb3540e8f (patch)
tree463736301e7a5667323773377eceb590e786539d /emulator/qemud
parent2944133dbae6cbcd17408b38838070c18e0865e1 (diff)
downloadsdk-dbf6055b33f2c9442f8436926082d4deb3540e8f.zip
sdk-dbf6055b33f2c9442f8436926082d4deb3540e8f.tar.gz
sdk-dbf6055b33f2c9442f8436926082d4deb3540e8f.tar.bz2
emulator: qemud: shut-up debug messages.
This change is already under development/tools/emulator/system/qemud/qemud.c However, this sdk/.../qemud.c source file was first deleted, then reverted, with the change in between. So apply it here too. Change-Id: Ib79e0e7260c392fb886b39ff5494837e045cdf1a
Diffstat (limited to 'emulator/qemud')
-rw-r--r--emulator/qemud/qemud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/qemud/qemud.c b/emulator/qemud/qemud.c
index e1c7b54..dc04de8 100644
--- a/emulator/qemud/qemud.c
+++ b/emulator/qemud/qemud.c
@@ -81,7 +81,7 @@
/* name of the single control socket used by the daemon */
#define CONTROL_SOCKET_NAME "qemud"
-#define DEBUG 1
+#define DEBUG 0
#define T_ACTIVE 0 /* set to 1 to dump traffic */
#if DEBUG